工具/软件:Code Composer Studio
我想通过 UART 引导加载程序下载应用程序、 使用 CCS 6.2.on Win7 64位操作系统时、工作表 spna193 (用于 Hercules TMS570ls31xMCU 的 UART 引导加载程序)中提到了 UART 引导加载程序的源代码。 问题是引导加载程序无法下载应用程序代码(hex)。当运行到闪存函数时、会导致错误 对我有什么影响?
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.
工具/软件:Code Composer Studio
我想通过 UART 引导加载程序下载应用程序、 使用 CCS 6.2.on Win7 64位操作系统时、工作表 spna193 (用于 Hercules TMS570ls31xMCU 的 UART 引导加载程序)中提到了 UART 引导加载程序的源代码。 问题是引导加载程序无法下载应用程序代码(hex)。当运行到闪存函数时、会导致错误 对我有什么影响?
您好,QJ Wang,
感谢您的回复。 我确实使用了超级终端、引导加载程序中使用的协议是 Y 调制解调器、超级终端的其他设置与工作表 spna193 (用于 Hercules TMS570ls31xMCU 的 UART 引导加载程序),设置为115200 8-N-1。此项目除1和2外成功。 运行引导加载程序时、我无法下载应用程序。运行闪存操作代码(uint32_t Fapi_BlockErase (uint32_t Bank、uint32_t ulAddr、 uint32_t size)。我重新上传了一张清晰的图片,请帮助我了解导致错误的原因。我猜 F021_API_CortexR4_be.lib 存在问题,但我不知道为什么。Besides,如何 生成.bin 文件?