Other Parts Discussed in Thread: C2000WARE
Hi Team,
I have a CM code that is using MCAN to communicate with a CAN Master.
it works OK.
I want modify the code and have the MCANIntr1ISR run from RAM instead of running from flash.
I tried setting up #pragma CODE_SECTION(MCANIntr1ISR, ".TI.ramfunc").
while I can see in the map file that the function had moved , interrupt never happens
is there anything else I need to do ?
what do I need to check ?

