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.
Hi,
I'm working with TMS320F2812PGFA on CCS v3.3 , I just try "load program" and this message appeared
Been browsing for a bunch of thread in the forum that I thought will help me but I haven't solved the problem yet
Any help will be greatly appreciated
Thank you,
Hi Kevin,
This means in your linker cmd file you are using some memory address which are either read only or invalid for the device you are using. Please check your linker cmd file to make sure all the address are valid and read/write type.
Regards,
Vivek Singh
Hi Kevin,
Since you are just getting started with C2000 please check-out the Getting Started with C2000 Wiki. The workshops are great reference to the entire code generation process: compile, link, and loading into RAM and/or FLASH.
Jeff
Did a reply answer your question? If yes, please click the "Verify Answer" button located at the bottom of that post. |
||
InstaSPIN-FOC/MOTION User's Guide |
Hi Vivek,
Any advice on what I should do next? Do I have to edit the linker file? It seems dubious since I got the file from Code Composer itself
Issue hasn't been resolved.
I asked another question but still got no reply
Further help needed. Thank you
I actually tried CCS 6 before CCS 3.3 but I was having a hard time importing the old *.pjt file and all the linker file
With CCS 3.3 I just need to import *.pjt and everything's there
Any advice?