Part Number: LAUNCHXL-F28379D
Tool/software: Code Composer Studio
Hi all,
This post is a continuation of my earlier question which is resolved.
I have an example project (blinky LED) for LaunchPad LAUNCHXL-F28379D. Program is saved to Flash, but runs from RAM with --ramfunc=on option. Please find attached the example project.
I have two issues with this example when I run it in the debug mode:
(1) Program does not halt when it reaches main(), but it starts as soon as device is programmed. I would like to have the program halt when it reaches main(), is this possible?
(2) When I hit the "Terminate" button, program freezes. I tried pressing the RESET button on the LaunchPad, it does not restart the program. I need to power cycle the device in order for program to restart. I would like to have the program keep running when I hit the "Terminate" button, is this possible?
Side note: when I do not use --ramfunc=on, i.e., when --ramfunc= or --ramfunc=off, the above issues do not happen.
Thank you!
Marko.

