• 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...
  • Push Button to wake up or sleep (idle mode)
    Hi, I am doing a small project where I would like to press a push button to wake my device up and if I press again to put to it to idle mode ('PCON=0x01'). Creating an interrupt is not difficult...
  • How to wake up using RTC interrupt from sleep mode?
    Hi! I am try to wake up after 1 minute using RTC (Real Time Clock) on XC164CS (. I checked sleep mode is working well, but I think some settings are missed. When I read the user manunal especillay...
  • 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...
  • 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...