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.