Hi,
does it exist a sample code to enter in idle mode (RTC only mode) in flash ?
I try to implement it :
- blinking XF led on RTC interrupt event (each second)
- press SW12 button to enter in idle mode
- push wakeup button to get out of idle mode
This works fine in debug mode if I put a breakpoint on SW12 action button and launching enter idle mode code
This does not work when flashing my application in NAND flash for example.
attached my code
Thanks