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.

CCS/TMS320F280049: Breakpoint in RAM functions

Part Number: TMS320F280049

Tool/software: Code Composer Studio

Hello,

Using CCS9.3, I was trying to write an SPI interface in interrupt mode. The target setup is FLASH and I added  __attribute__((ramfunc)) before interrupt routine to speed up the performance.

I noticed, although the program is working properly and interrupt is services correctly, the breakpoint in the interrupt service routine never hits unless I remove the ramfunc directive and tun it from flash memory.

Is there any setting that I missed to set a breakpoint in ramfunctions?

MHG