简体   繁体   English

嵌入式(AVR / MSP微控制器)系统的闪存和SRAM的趋势

[英]Trends in Flash memory and SRAM for embedded (avr / msp microcontroller) systems

I am wondering how the memory in deeply embedded systems such as avr/msp microcontroller (avr atmega128/TI msp430) would evolve. 我想知道诸如avr / msp微控制器(avr atmega128 / TI msp430)之类的深层嵌入式系统中的存储器将如何发展。 My hunch is that Flash memory is becoming smaller and cheaper at a much faster rate than SRAM. 我的直觉是闪存正以比SRAM更快的速度变得更小,更便宜。 I am looking for cost per byte and size per byte of Flash memory used in avr/msp and internal SRAM to backup that claim. 我正在寻找avr / msp和内部SRAM中使用的闪存的每字节成本和每字节大小来备份该声明。 I googled quite a bit but couldn't find clear answer yet. 我在Google上搜索了很多,但是找不到明确的答案。 Any pointers or data would be helpful. 任何指针或数据都将有所帮助。 Thank you. 谢谢。

An older chip, but see these die shots of the AT90S8515: 较旧的芯片,但请参见AT90S8515的以下死机照片:

http://www.flylogic.net/blog/?p=24 http://www.flylogic.net/blog/?p=24

The article states the flash as 8KB, SRAM 512B. 该文章指出闪存为8KB SRAM 512B。

By eye, the RAM area highlighted is about 25% the size of the flash area, so you might get 2KB in the same area. 肉眼可见,突出显示的RAM区域约为闪存区域的25%,因此您在同一区域中可能会得到2KB。 Hence (in that chip on that process) flash seems about 4x more dense than SRAM. 因此,(在那个过程中的那个芯片中)闪存的密度似乎比SRAM高4倍。 And cost and area are very closely linked in silicon terms. 成本和面积在硅方面紧密相关。

The reason there's more flash in a micro is not really related to cost though - you'll always get lots of flash relative to SRAM as that's where the application code lives! 微型存储器中有更多闪存的原因实际上与成本无关,因为与应用程序代码共存的地方,您总是会得到相对于SRAM的大量闪存! The two types of memory have very different characteristics and hence functions within an embedded system. 两种类型的存储器具有非常不同的特性,因此在嵌入式系统中起作用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM