Hi,
Our customer is evaluating AM335x EVM now.
They are using "Demo" program on AM335xEVM with XDS560 JTAG debugger.
When they restart the "Demo" program after runnig "demo" program once, "demo" program will stop at the below code.
while statement in demoPwrMgmnt.c ( Line 448)
void waitForM3Txevent(void)
{
/* wait until CM3 TX Event is generated */
while(!isM3IntReceived);
Does anyone know why "demo" program will stop in here when restarting?
Best regards,
Michi