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.

关于Hercules™︎ ARM®︎ TMS570LS1224 BOOTLOADER 问题请教

    在用CCS编译在processors.wiki.ti.com/.../TMS570_Hercules_MCU_Bootloader boot&tisearch=Search-EN下载的工程的时候出现这样的错误。想请教一下是为什么,应该怎么做?求助大家!

  • 1 1. add "\inc" of bootloader project, and "\include" of F021 flash API to #include path 

    2. Add the library name and location in "file search path" under "ARM Linker"

    3. The api_load, api_run, and api_size are defined in linker.cmd file, and are used in sys_core.asm for copying flash API related code to SRAM. 

  • 您好!首先,感谢您的解答!你给出的步骤我做了,但是没有成功解决问题,希望寻求进一步的解答!
  • 这是我的错误具体情况,以及我的CMD文件编写,麻烦您帮我看一下。我的所有步骤均按照附带的详解文件进行,所以很疑惑问题出在哪。