This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

【Cortex-M4 with STM32F412RG】

I am now composing functions to wake up Cortex-M4 with STM32F412RG embedded on Arduino using timers after making Cortex-M4 deep sleep mode.

In realising the functionality above, peripheral clocks should be operated by some sources, Since deep sleep mode turns off the CPU clock and the system clock while sleep mode just halts the CPU clock.

Do you have any suggestion on how to implement functions for peripheral clocks for Interrupt Service Routine which interrupts sleeping modes?
I guess that functions in RTC libraries are available.