完成flash对结构体的读写

This commit is contained in:
2025-07-25 09:09:18 +08:00
parent cc37b93f38
commit 484e828efe
18 changed files with 761 additions and 409 deletions

View File

@@ -1,6 +1,6 @@
#include "stm32f10x.h"
#include "iic.h"
#include "flash.h"
@@ -23,6 +23,7 @@ int main(){
test();
flash_Test();
while(1);