• 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...
  • Can†t wake LPC2364 from Sleep mode by external interrupt
    I have a problem with waking the LPC2364 from Sleep mode with an External interrupt I can bring the LPC2364 to sleep mode but I cant wake it when I generate an interrupt on P2-10(EINT0) Its possible...
  • Can†t wake LPC2364 from Sleep mode by external interrupt
    I have a problem with waking the LPC2364 from Sleep mode with an External interrupt I can bring the LPC2364 to sleep mode but I cant wake it when I generate an interrupt on P2-10(EINT0) Its possible...
  • 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...