• 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...
  • 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...
  • 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...
  • KEIL with LPC43xx?
    Hey guys , I'm using LPC4357 , and my IDE is Keil Microvision4 . When I start debugging, some registers are not in their reset states (nothing is called before main) like CCU1 registers. I wonder is...
  • LPC43xx series
    Hello all, I am new to Multicore. I am working with LPC43xx series. I am trying to work with LED blink example and trying to know to handle the cores individually. When I read online,there are many...