feat: 增加 flash 模拟 eeprom 接口

This commit is contained in:
bmy
2024-04-14 23:11:44 +08:00
parent 750f6dc50f
commit af1b9dc867
4 changed files with 717 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
/* private includes ----------------------------------------------------------*/
/* add user code begin private includes */
#include "dwt_delay.h"
#include "eeprom.h"
#include "by_debug.h"
/* add user code end private includes */
@@ -128,6 +128,7 @@ int main(void)
/* add user code begin 2 */
DWT_Init();
flash_ee_init();
lwprintf("init done!\r\n");
/* add user code end 2 */