From: Tim Wescott on 2 Jun 2010 13:02 On 06/02/2010 04:52 AM, Paul Geisler wrote: > Hello, > > > does anybody know a more powerful Atmel AVR pendant? > Is there any 32bit controller that can make a LED blink with only > controller, battery, resistor, LED? Try the TI/Luminary parts. They use an ARM thumb-only core and come in pretty small packages -- I'd be mildly surprised if they wouldn't run off of an internal oscillator. TI probably indexes them under "ARM Cortex" or something like that. Ditto Microchip, and their PIC24 parts (which are really 32 bit processors, AFAIK). -- Tim Wescott Control system and signal processing consulting www.wescottdesign.com
From: Spehro Pefhany on 2 Jun 2010 13:18 On Wed, 02 Jun 2010 10:02:38 -0700, Tim Wescott <tim(a)seemywebsite.now> wrote: >On 06/02/2010 04:52 AM, Paul Geisler wrote: >> Hello, >> >> >> does anybody know a more powerful Atmel AVR pendant? >> Is there any 32bit controller that can make a LED blink with only >> controller, battery, resistor, LED? > >Try the TI/Luminary parts. They use an ARM thumb-only core and come in >pretty small packages -- I'd be mildly surprised if they wouldn't run >off of an internal oscillator. TI probably indexes them under "ARM >Cortex" or something like that. Yes, some (all?) of them have a (lousy) internal oscillator (+/-30% accuracy for the LM3S8962) A lot of them _require_ external parts for internal LDOs (maybe just a cap) and that sort of thing, some even have/had an external (passive) RC filter for the PLL. >Ditto Microchip, and their PIC24 parts (which are really 32 bit >processors, AFAIK). 16-bit, actually. I'd suggest looking at the Cortex M0 parts, as they are more aimed at small systems. NXP has some with calibrated oscillator and no separate core power supply. Cheap (< $2 in small quantities).
From: 42Bastian Schick on 2 Jun 2010 16:11 On Wed, 02 Jun 2010 10:02:38 -0700, Tim Wescott <tim(a)seemywebsite.now> wrote: >Try the TI/Luminary parts. They use an ARM thumb-only core and come in >pretty small packages -- I'd be mildly surprised if they wouldn't run >off of an internal oscillator. TI probably indexes them under "ARM >Cortex" or something like that. Hasn't NXP just announced a 8-pin Cortex-M0 part ? That's 32Bit with 6 GPIOs. -- 42Bastian Do not email to bastian42(a)yahoo.com, it's a spam-only account :-) Use <same-name>@monlynx.de instead !
From: -jg on 2 Jun 2010 17:47 On Jun 2, 11:52 pm, Paul Geisler <paul.geis...(a)web.de> wrote: > Hello, > > does anybody know a more powerful Atmel AVR pendant? > Is there any 32bit controller that can make a LED blink with only > controller, battery, resistor, LED? I presume you allow a decoupling capacitor ? ;) If you are serious about 'battery' and don't want more parts, then you'll need a wide-supply 32 bit core, and that suddenly shrinks the field. Energy Micro claim 1.8-3.8V Vcc range, in small packages. NXP mention 1.8-3.6V on the LPC11xx Nuvoton have some Cortex M0's in rollout, that claim 2.5-5.5V - nice to have a low end 32 bit, that is PowerMOSFET compatible !! Their tools/boards roadmap looks comprehensive, see http://www.nuvoton.com/NuvotonMOSS/Community/ProductInfo.aspx?tp_GUID=a68a8126-3bb5-4f7a-b6af-aac049dc79a4 -jg
From: Hans-Bernhard Bröker on 2 Jun 2010 20:50 Paul Geisler wrote: > does anybody know a more powerful Atmel AVR pendant? What the heck for? Setting aside why anyone in a sane state of mind would use an entire micro controller just to blink an LED, when two transistors and bit of chicken-feed would do the job with a good deal less hassle: how could one ever, remotely, need a "more powerful" one?
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: Looking for a KN-72 maintenance manual Next: C program flow control - Very Basic Question. |