• 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...
  • 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;...
  • STM32F Sleep Mode
    Hello, I am having trouble entering sleep mode with the STM32F103 and RL-RTX. I am expecting the processor to halt indefinitely when I call the following code: printf("calling __WFI();\r\n");...
  • sleep mode of CPU
    Is there anyone know how to put the cpu in to sleep mode