• M4 Deep Sleep
    Hi. I confused about deep sleep on ST's Cortex M4 processor. As I understand If I use HSE as an system clock and go to deep sleep, HSE will turn off. And in wake up ST's document says HSI is used as system...
  • M4 Deep Sleep
    Hi. I confused about deep sleep on ST's Cortex M4 processor. As I understand If I use HSE as an system clock and go to deep sleep, HSE will turn off. And in wake up ST's document says HSI is used as system...
  • 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...
  • 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...