资讯

The FlashStorage_SAMD library, based on and modified from Cristian Maglie's FlashStorage, provides a convenient way to store and retrieve user's data using emulated-EEPROM, from the non-volatile flash ...
This document is aimed at the Arduino developers, radio experimenters, hobbyists and anyone interested in building a receiver based on the Si473X IC family from Silicon Labs. This project is about an ...
在嵌入式系统与电子设备中,有一种特殊的存储介质既能像ROM一样长期保存数据,又能通过电信号灵活改写内容,这就是EEPROM(Electrically Erasable Programmable Read-Only Memory,电可擦写可编程只读存储器)。从智能手表的用户设置到汽车ECU的校准参数,EEPROM凭借其 ...
做mcu开发时,涉及到数据存储时,往往都会考虑使用flash、eeprom,或者铁电存储器。从数据储存的角度上来说,安全性最高的肯定是FRAM,接着才会考虑使用EEPROM,对于一般的数据储存,flash就足够了。考虑到一般的MCU都不会携带EEPROM,最简单的方案可以利用flash ...