Tool/software: TI C/C++ Compiler
Hi!
I want to run my program from RAM instead of from FLASH, but when changing the linker command file the interrupt does not work anymore. The interrupt is invoked by PWM time-based counter.
What must I do to get this to work?
I'm using Code Composer Studio v.7.
Linker command files:
- F2837xD_Headers_nonBIOS_cpu1.cmd
- 2837xD_FLASH_lnk_cpu1.cmd (excluded from build)
changed to
- 2837xD_RAM_lnk_cpu1.cmd