Tool/software: Code Composer Studio
CCS Team,
I am using CCSv7.0.0.00042 with TMS320F28335 device, XDS510USB emulator. I have a project that uses only internal RAM. I am relying on CCS to load the program for me. When I first enter Debug mode, the project loads and runs. But if I change the program and rebuild (while staying in Debug mode connected to the target), it does not reload.
This is not a CCS setting issue. I actually have CCS configured to prompt me for reloading on build, and it does prompt me. But the program doesn't reload. If I do Run->Load->Reload_Program then the program reloads. I am able to see this by watching the part of the program I change in a memory view (yes, I have also refreshed the window. It is not a refresh problem). Alternately, I can change something like a LED blink rate, and I can see that the blink rate has not changed when I run the program.
Is this a known issue?
Regards,
David
Addendum, 03/23/17 224PM EDT -
The problem seems related to the flash programmer. I had a constant table in flash, rest of program linked to RAM. It seems the programmer does not do a RAM reload after flashing the device. Earlier, I had removed the table and the failure to reload stuck. Even without the flash table, CCS was not reloading the program after modifying and rebuilding it. I've since restarted CCS and the behavior does not seem to stick. If I remove the flash table, the reload is working.