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