Re: Q:Help with Microcontroller selction



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

.



Relevant Pages

  • Re: Memory selection for an embedded system
    ... For example, SDRAM will be fast ... SRAM is often times use instead as it doesn't require this, ... Flash, on the other hand is non volatile, fairly high ... often times used as ROM while EEPROM is ...
    (comp.arch.embedded)
  • Replacing SRAM with a SIMM
    ... of the memory map is available for eeprom use. ... roughly 32k of system memory obviously isn't very ... But the problem is sram isn't cheap, ... Some simms don't even use parity from what I understand. ...
    (sci.electronics.design)
  • Re: Python for Embedded Devices?
    ... My current interest runs to microcontrollers with 2k flash, ... bytes sram, and 128 bytes eeprom. ...
    (comp.lang.python)
  • Re: ADSP-2181 basic information
    ... 1)I need to know the type of program memory in DSP i think SRAM but ... HAve ADSP-2181 eeprom?? ... have ADSP 2181 real time clock?? ...
    (comp.dsp)
  • Re: OT: Radio code
    ... > Possibly they used battery-backed SRAM and the battery didn't work at ... I worked for a firm that made circuit boards for AC Delco in the early 90s. ... For a radio code I suspect at that time they would've used an even cheaper ...
    (uk.rec.motorcycles)

Loading