搜索资源列表
flash
- 对瑞萨的R8C系列的2K片上闪存进行读写。采用动态地址保存与读取,以延长闪存的使用寿命。查找方法为折半查找法。将2k闪存分割成多块一次写,当整个2K写满了才擦除闪存。-Renesas R8C Family of the 2K on-chip flash memory read and write. Dynamic address preservation and read, to extend the service life of flash memory. Binary search met
The-ram-ARM-debug-mode
- ARM在ram模式下调试不用频繁擦写falsh,可以延长开发板的使用寿命.-ARM debug mode in the ram without frequent flash falsh, you can extend the life of the development board.
EEromLib
- STM32 的FLASH 有一定的使用寿命大概是一万,如果我们用自身的FLASH来保存一些数据(机器参数)等,可以节省开发成本,但是FLASH的使用是有限的,我们可以通过软件方式延长它的使用寿命,该组件就是实现延长FLASH寿命,同时模块化独立,模拟EEROM的形式,模拟了一个256byte EEROM,可使用次数为30万次。参考文件系统。 文档详细介绍该实验方式以及函数接口的使用(STM32 FLASH ten thousand is probably a lifetime, if we u
优化stm32保存flash数据
- 使用STM32F103系列,解决频繁擦写问题,延长FLASH使用寿命。