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.
Has there been any progress on simplifying the process of loading code into both cores and starting the debugger?
Presently, it seems I need to connect-to and load both cores separately and then tell each of them to start. Is there some way to automate this? Perhaps some CCS macro? I feel like I'm wasting half my life waiting for CCS to load or restart or program the chip.
I have also had very bad experience simply "loading symbols" for code that is already in FLASH 90% of the time, CCS just locks up or the code doesn't execute properly). The ONLY reliable method of loading code after changes has been to quit the debugger and then reload both cores. Otherwise I'm usually chasing ghosts.
Thanks.
Hi,
Could you check the short clip Multicore debug launch made easy of the Video Tutorials page below?
http://processors.wiki.ti.com/index.php/Video_Tutorials_CCSv5
This helps automating the loading process in multiple cores - it also allows customizing the process to load symbols only, or to reset specific cores while connecting, etc.
Hope this helps,
Rafael
Thanks! That helped.
Note to other readers: it's just a text hyperlink, not a screen-capture-movie-image like the others.
Cheers,
-Will