• 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...
  • Sleep Mode
    I have programmed CC1010 Chipcon evaluation module to sample a temperature, transmit it to the next node and display on the PC screen. However, due to energy considerations I put module to the sleep...
  • LPC2364 Sleep mode operation
    In one of our application, we are using LPC2364 controller. As the application requires good power management we are putting LPC2364 into SLEEP MODE periodically (1 min,2 min etc). Following is the issue...
  • LPC3250 Sleep Mode
    Hi, I have to implement sleep mode in LPC3250, i have done a study in the datasheet and found that the mode supporting sleep is STOP mode in LPC3250. The challenge i am facing is, since my code...