Hello,
I have a F28335 Project in Code Composer v5.3 that I need to upload to a black box with an embedded F28335 DSP.
I need to upload the executable to the black box's flash in binary format. The black box will run this code and check
a GPIO pin for on or off. Based on the state of this GPIO pin, the uploaded code will do one of two things:
1. Continue running within itself OR
2. Run a different executable from a different location in flash.
I am confused by what I need to do. I think I need to choose between debug or release, then convert the .out file
to hex then to binary.
What am I missing? I have read the numerous posts and app notes about Flash, but my head hurts and I am stuck.
Thank you,
-Chuck