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.
Replies: 3
Views: 755
Part Number: TMS570LS0232
Tool/software: Code Composer Studio
Hello, TI Engineers
It is my first time to use bootloader for debugging TMS570. I found bootloader C codes at:
However, it can not be compiled successfully. I hope TI Engineers could offer me a document about how to set bootloader project for CCSv7.0.
Thanks!
Regards!
Xinyu
Thanks and Regards,QJ Wang
For more information: Hercules FAQ
In reply to QJ Wang:
Hello Wang,
The following figure is about my bootloader problem. I hope I could get a document about how to use and load the bootloader into TMS570LS0232.
In reply to Xinyu Wang:
Hello Xinyu,
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.