Hello. I'm developing bare metal application on Beaglebone Black and I'm trying to enter StandBy mode. I copied code from Starterware demo and changed it so beagle bone is waking up from interrupt on GPIO0
It works very well when I have my J-link attached to Beaglebone. MCU enter stand by mode and wait in WFI instruction for
GPIO interrupt or Debugger pause request. However if I disconnect debugger before entering StandBy / DeepSleep or start
application from SD card it enters StandBy / DeepSleep but I'm unable to wake Beaglebone with GPIO0 PIN.