Added a linker script to reserve two FLASH sectors to emulate EEPROM.
Added a source module to emulate EEPROM in FLASH.
Showing
- Makefile 2 additions, 1 deletionMakefile
- include/eeprom.h 88 additions, 0 deletionsinclude/eeprom.h
- linker_script/STM32F4_1024FLASH_192RAM.ld 195 additions, 0 deletionslinker_script/STM32F4_1024FLASH_192RAM.ld
- src/bioloid_stm32.c 43 additions, 3 deletionssrc/bioloid_stm32.c
- src/eeprom.c 638 additions, 0 deletionssrc/eeprom.c
Loading
Please register or sign in to comment