• 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...
  • 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
    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...