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
Hello,
I have a working code for digital control of a power converter. To use the code in TMS320F280049C MCU, I believe we can use the .OUT file found in the Binaries folder of Project Explorer. Currently, I am using my laptop to flash the program every time I want to implement the code in the MCU. I would like to know how I can use this .OUT file to flash the code one time and not use my laptop again. Please let me know.
Thanks and Regards,
Satish R
Satish Rengarajan said:I wasn't sure on how to add the .OUT file to this configuration. Would I have to go under the binaries tab and select the .OUT file and debug from there? How exactly is it added to the Flash memory?
Once you have launched the debug session and you are in the Debug perspective, select your CPU in the Debug view and use the menu item 'Run -> Connect Target' to connect the target to the debugger. One the connection has been established, use the menu item 'Run -> Load -> Load Program' to open the 'Load Program' dialog. Use the 'Browse' button there to browse to your .OUT file to flash it.
Satish Rengarajan said:If this is achieved, how would the control card know when to initiate and terminate the code?
There are device specific considerations you need to make to your program and project to make sure your program can run from flash on power up. This is a question best asked in the C2000 device forum.
Thanks
ki