Part Number: PROCESSOR-SDK-AM335X
Tool/software: TI-RTOS
I have this problem: Unhandled ADP_Stopped exception 0x20023, and found this:
Like the thread, mine is also virtually right out of the box. It's the project "NIMU_BasicExample_bbbAM335x_armExampleproject". (And typically, his questions was never answered)
All I did was alter the CFG file from
var enableStaticIP = 1;
to
var enableStaticIP = 0;
And added a function callback for when the IP was assigned. Of course I had to correct errors in the code where it contained superflous arguments in places like
System_printf("\n\rBIOS Task Start\n\r", LocalIPAddr);
After running a bit, it traps with the error. I assume it is occurring when the DHCP assignment happens. But I can't figure out what's going on.
What is this error? Invalid instruction address? Memory access? Clock Module not enabled? If I knew where to look for the meaning, at least I could start debugging.
-CSW