fix xidatong-arm32 NorFlash init bug

This commit is contained in:
wgzAIIT
2023-04-17 15:08:10 +08:00
parent 85105cb65d
commit 198fabf970
3 changed files with 538 additions and 260 deletions
@@ -414,5 +414,7 @@ void InitBoardHardware()
KPrintf("start kernel...\n");
#ifdef BSP_USING_OTA
FLASH_Init();
//Flash operation
FLASH_DeInit();
#endif
}