Part Number: TMS320F28P650DH
Hi Experts,
My customer is seeing illegal operation issues. Their program would stuck in


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.
Part Number: TMS320F28P650DH
Hi Experts,
My customer is seeing illegal operation issues. Their program would stuck in


Hi Hang,
I will get back to you with a response on this tomorrow.
Best Regards,
Delaney
Hi Hang,
That is odd, I don't think that 0x0002_E202 is any memory element in the memory map. You have continuous refresh in CCS toggled on, right?
To look at the stack, the below table shows how the elements will be saved during the context save that happens before the Interrupt_illegalOperationHandler() function is branched to.

If I'm understanding this table correctly, then the return address should be 0xB9378 which is an address in flash bank 1. Can you check if any of their program memory is allocated there?
Also, have you tried adding the return statement?
Best Regards,
Delaney