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.
帮助、
在引导加载程序 UART 示例代码中使用以下 API 调用时
Fapi_BlockErase
Fapi_initializeFlashBanks
Fapi_setActiveFlashBank
Fapi_enableMainBankSectors
Fapi_issue19 CommandWithAddress
我可以单步执行这些函数、但 当我运行这些函数时、我最终陷入 undef_entry 或 prefetch_entry。
我们将调用 Fapi_initiataleAPI (((Fapi_FmcRegisterType *) F021_CPU0_register_address、(uint32_t) SYS_CLK_FREQ); 其中 SYS_CLK_FREQ = 160和 F021_CPU0_REGISTER_ADDRESS = FFF87000
我们正在从 RAM 运行 F21和 BL_FLASH。 请提供任何帮助。
谢谢、
Ron