• LPC1114 deep sleep wakeup procedure
    Hello, The user manual of the LPC1114 is clear about how to wake up the chip from deep sleep: I use IO pin 0.6 which induces an interrupt. The trouble is that this interrupt keeps on coming and the...
  • LPC43xx deep sleep wake up
    Hi, I'm trying to put my LPC4337 into deep sleep but it won't wake up when I bring the WAKEUP0 line low. Here is my code: sleep = os_suspend(); // Suspend RTX thread scheduler //TODO: Try...
  • LPC1114 deep sleep wakeup procedure
    Hello, The user manual of the LPC1114 is clear about how to wake up the chip from deep sleep: I use IO pin 0.6 which induces an interrupt. The trouble is that this interrupt keeps on coming and the...
  • LPC43xx deep sleep wake up
    Hi, I'm trying to put my LPC4337 into deep sleep but it won't wake up when I bring the WAKEUP0 line low. Here is my code: sleep = os_suspend(); // Suspend RTX thread scheduler //TODO: Try...
  • Use od RTX and deep sleep mode
    Hello, I am struggeling to put my LPC1227 to deep sleep in my project that uses RTX RTOS. My project without deep-sleep works great. Also another sample project that uses deep sleep (but no RTX...