Part Number: TMS320F28335
Tool/software: Code Composer Studio
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.
I am generating code via PSIM and using CCS to burn the .out file to m TMS320F28335. However, as I try to debug, the device gets disconnected and when I try to connect that it goes into suspended mode. I am unsure what is the main problem. I have tried two different code and getting the same issue. Helps would be highly appreciated. Thank you.
Hi Moazzam,
I'm not seeing any errors in your screenshots "Suspended" means you are connected to the device OK.
The next thing you need to do is open the "Run" toolbar at the top --> click "Load" --> then "Load Program" --> browse to your .out and click OK.
CCS should program your device and breakpoint at the beginning of main(), then you'll click the "resume" button to begin running your code.
Best,
Kevin