Re: Q:Help with Microcontroller selction
- From: linnix <me@xxxxxxxxxxxxxxxxxx>
- Date: Sat, 19 Jan 2008 10:53:59 -0800 (PST)
On Jan 19, 6:07 am, Andreas Schweiger <andreas.schwei...@xxxxxxxx>
wrote:
Hi,>> - Battery bufferd SRAM on board (16k and more)
Easier if you can settle for 8K
There are some high end AVR that will work for you, with 8K SRAM and
2K EEPROM.
The application will have to store data which can get more and more in
time (musical allpiance).
So 8k is the adsolut minimum.
I looked at ATMELS ATmega128 but no bufferd SRAM and RTC.
Sure there is, at least for some AVRs. You can run it in power saving
mode with the RTC clock running. You should copy critical SRAM data
into EEPROM anyway. Battery SRAMs are for lazy designers.
Well, I need the SRAM for storing application data and that data can
grow by input of the user.
Storage (SD or other cards) I dont have so I need to hold the data in
battery buffered SRAM since I have a power supply which can (of course)
be switched off.
Thats why I use byttery back up.
Unless you have a big battery, SRAM will kill it quickly. EEPROM can
store data indefinitely. Any uC running SRAM will need a few mA at
least. AVR, for example, can wait for RTC interrupt with less than
100uA, if you design it right. External EEPROM or FLASH is available
as well.
Thanks,
Andreas
.
- Follow-Ups:
- Re: Q:Help with Microcontroller selction
- From: Friedrich Lobenstock
- Re: Q:Help with Microcontroller selction
- References:
- Q:Help with Microcontroller selction
- From: Andreas Schweiger
- Re: Q:Help with Microcontroller selction
- From: linnix
- Re: Q:Help with Microcontroller selction
- From: Andreas Schweiger
- Q:Help with Microcontroller selction
- Prev by Date: Re: Wiring LCD to Futurlec AVR Starter Board
- Next by Date: Re: Q:Help with Microcontroller selction
- Previous by thread: Re: Q:Help with Microcontroller selction
- Next by thread: Re: Q:Help with Microcontroller selction
- Index(es):
Relevant Pages
|
Loading