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.

TMS320F28069: Illegal ISR when Stack over flows

Part Number: TMS320F28069

Hi All,

I have a issue regarding Illegal isr generation.

Earlier when my stack was initialized to RAMM0 (.stack                : > RAMM0_1,    PAGE = 1) , and when my stack pointer used access a memory out of the stack max size address, illegal isr was getting triggered. But now I had change my stack to  RAML0(.stack                : > RAML0,    PAGE = 0), and when the stack overflow occurs , the illegal isr is not getting generated and my progam gets stuck.

What can be the problem if i just change the stack in my .cmd file from RAMM0 to RAML0. I need to get the illegal isr when stack pointer is accessing a memory out of the stack max address

Regards,

Chandrakant Pal