Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我正在为带有 IAR 的 AVR ATMEGA8 板开发一个项目,该板具有 1kb 的 RAM 内存。我也在 EEPROM 中存储了一些值。
我的问题是直接从 EEPROM 读取值是否是一种不好的做法。我知道我可以将这些值保存在 RAM 中然后使用它们,但我想知道这种做法的优缺点。
谢谢!