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.

AM263P4: STANDBY MODE

Part Number: AM263P4

Hi,

I was executing a piece of code in below mentioned sequence

1) Blinking the LED for n Times
2) Executing __asm("WFI")

3) Blinking the LED for n Times

Actual Result:
Both step 1) & 3) are happening

Expected Result:
After 2) controller should go idle, and should not execute the step 3 until a interrupt is received.

In my case Controller is not going to STANDBY. Am I missing something here.