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.

TMS320F28027F: How to boot example code after restart

Part Number: TMS320F28027F
Other Parts Discussed in Thread: C2000WARE

Hi,

I am new in C2000 programming, so sorry for my question Slight smile
I loaded the example code "Example_2802xLEDBlink" from C2000Ware and flashed it with CCS10. After flashing it, it runs as it should, also in free run mode it is executed. But as soon as I restart the Launchpad it is loading another program, I guess. I also tried all boot settings using S1 on the launchpad without any success.

Can someone tell me what to do to get my code loaded after a reset again?


Thanks for help and sorry again for this basic question.

best regards

Tiemo

  • Tiemo,

    I want to make sure you are using the LED example that has native flash support as part of the project.  The support files for the F2802x are located in the following C2000Ware path

    C:\ti\c2000\C2000Ware_3_04_00_00\device_support\f2802x\examples

    Inside this directory there are 2 sub-directories: "structs" and "drivers"  You want to make sure you pick up your example from the "drivers" sub-directory as it will have both RAM and Flash compile options.  The structs path only has RAM builds natively.

    Once this is confirmed, I'd like to make sure we are using the flash build of the example, if you right click on the example about 3/4 of the way down the new pop-up you'll see "Build Configurations", hover over this and make sure that "Flash" is checked.  Rebuild and load and then lets see if things behave properly after re-start/power cycling.

    The paths should be the same in Cloud CCS, but let me know if there are differences.

    If after all this things still aren't working reply back and we can debug some more.

    Best,

    Matthew