Tool/software: Code Composer Studio
I am working on loading code onto the TMS320F28035. I am using the latest version of Code Composer Studio and am using JTAG to connect to the MCU. I am using the example "GPIO Toggle" that comes with C2000, changing only the GPIO's I am wanting to toggle. I have no problem getting the project to build and debug. However, the debugger halts running the code when it connects. And when I hit resume the GPIO's do not change states. I am, however, able to step through the code and it works as expected, toggling my LEDs on and off. Is there any other steps other than importing the example project into the workspace that I must take in order to get the code work without stepping through it? Note: I have not changed any example files other than selecting example 3 in the main source code and changing the GPIO values I want to toggle. Thank you for any help you can provide.
