This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
4207只能使用 F035API么?
执行代码为
Erase_flag = Flash_Erase_Sector_B((UINT32*)START_ADDRESS,4,FLASH_CORE0,FLASH_SECT4,40,(FLASH_ARRAY_ST)FLASH_CONTROL_REGISTER_ADDRESS);
START_ADDRESS = 0x20000
要擦除bank0 的Sector4 ,大小随便写的
FLASH_CONTROL_REGISTER_ADDRESS = 0xFFF87000
代码如下 ,能否看看是哪出现问题?