• 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...
  • 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...
  • 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");...
  • 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...
  • 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;...