• Sleep Mode
    I have programmed CC1010 Chipcon evaluation module to sample a temperature, transmit it to the next node and display on the PC screen. However, due to energy considerations I put module to the sleep...
  • Help to do "sleep" mode
    Hi..how can i do a "sleep" mode for 8051?
  • LPC2364 Sleep mode operation
    In one of our application, we are using LPC2364 controller. As the application requires good power management we are putting LPC2364 into SLEEP MODE periodically (1 min,2 min etc). Following is the issue...
  • Sleep mode issues
    Hi, I'm trying to put a STR912FAW44 processor into sleep mode but I have some troubles. Here is my code to enter sleep mode SCU_MCLKSourceConfig(SCU_MCLK_RTC); SCU_EnterSleepMode(); EXECUTE_50_NOP;...
  • LPC3250 Sleep Mode
    Hi, I have to implement sleep mode in LPC3250, i have done a study in the datasheet and found that the mode supporting sleep is STOP mode in LPC3250. The challenge i am facing is, since my code...