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.
在用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.