Other Parts Discussed in Thread: TMS320F28335
All,
I am having an issue with my processor in which it vectors to the following location:
void ILLEGAL_ISR(void) // 0x000D26 ILLEGAL - illegal operation trap
{
// Next two lines for debug only - remove after inserting your ISR
asm (" ESTOP0"); // Emulator Halt instruction
while(1);
}
I am running TI Bios version 5.33.02 under code composer V 3.3.
I have looked at all the posts related to these kinds of issues and understand that these issurs are normally related to some sort of stack overflow, memory and or pointer problem. However after the processor crashes, I have manually reviewed all of the memory associated (several times) and do not see any corruption happening. Can anyone help here?