You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just to add, the words I use for sleep are a bit misleading...

    • setDeepSleep(0) the STM32 goes into SLEEP mode (via __WFI) when it's not doing anything - all peripherals are still powered on.
    • setDeepSleep(1) the STM32 goes into STOP mode when it's not doing anything - the high speed oscillator is off, as are most peripherals. It would be the default, but having it on means USARTs/etc won't work.
About

Avatar for Gordon @Gordon started