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.
Tool/software: Code Composer Studio
Good afternoon!!
I added to my project a file sin_tab.c and wrote my code in main.c . It was built and debug suscessfully, but I had a problem when I run my project : No source available for "0x3fe493".
Please help me to resolve this problem...
Thank you very much.
Thank for your reply,Santosh Jha.
At the first time ,I was run with File Search Path : 2837xD_RAM_lnk_cpu1.cmd, but it did not work because of "error #10099-D: program will not fit into available memory " ( figure below ). So, I tried run with 2837xD_Flash_lnk_cpu1.cmd but it did not work because of error : No source available for "0x3fe493".
Hi,
Can you go back to 2837xD_RAM_lnk_cpu1.cmd and resolve the error? You may need to place the sections at different memory section, then try?
When you are using flash version, are you downloading through CCS or it is flash bootmode? Does it go to main() when you load the binary via CCS? Does it have debug info at that point?
Thank you, Santosh Jha
It works with 2837xD_RAM_lnk_cpu1.cmd. This resolved my issue. And I want to know more about Flash version. Can you recommend me document about it ?
Have a nice day,Santosh Jha !!