Other Parts Discussed in Thread: SYSCONFIG
We are developing a new prototype using the TMS320F280034PM (64 pin version). As a basic test on the new board, we imported an example sysconfig project for this part which just toggles a GPIO. The project is 'gpio_ex2_toggle' and we just changed the GPIO pin allocation in sysconfig to drive on of our board LEDs.
The default project settings place the program in RAM and when we run a debug session with these settings, everything works and the LED on our board blinks correctly. We wanted to make sure that we can also program flash so we changed the project settings to use 'CPU1_FLASH' which now calls up the 280003x_generic_flash_lnk.cmd linker file. When we try to build and debug the project, the build executes correctly but we get an error when the debug session tries to start:-
Looking at the console output at this point, we see a bit more detail on the error:-
Are there some extra configuration settings which CCS needs to be able to program flash on this device?
Many Thanks,
Iain