• 89S52 consume more current in power down mode
    Hi all.... i am trying to work on power down modw using 89S52. the code is just simple. #include<reg51.h> #include <stdio.h> unsigned char ex0_ISR_counter = 0; void ex0_ISR (void) interrupt 0...
  • Power down mode
    I'm using CC1010 in a project and it's datasheet says that the consumption in power down mode is 0,2 uA. My circuit is consuming 38,8 uA with only the CC1010 on it, I took off the periphericals. It's...
  • Power Down Mode Application
    I am using LPC2138 and I'd like to set it into power down mode to conserve power. Based on the data sheet, LPC2138 is able to wake up by RTC (Interrupt Wakeup Register - INTWAKE, bit 15) What i have...
  • Wake up from total power down mode
    I use the MCB900 prototype board (revision E). My source code is in assembler (.a51) When I debbug my code with µvision2 software, I have No errors, No Warning, and all the interrupts are abble to...
  • STM3: power-down modes and RL-ARM
    I'm using the STM32F103 working with RTX kernel. I would like to put in power-down mode (sleep, stop or stand-by). With sleep there's no problem, works fine. Is it possible to set either stop or stand...