This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TMS320F28379D: Interrupt not working when running from RAM.

Part Number: TMS320F28379D


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