Hi
Is there any way except restart micro controller, to go back to setup() when we are in loop() ?
Go back to setup
Go back to setup
Well, it depends on the core you used for the STM32 core you can use the STM32LowPower library.
Go to full postRe: Go back to setup
Simply call it in loop.
Re: Go back to setup
Thank you
One more question:
How I can put stm32f103 to sleep mode in Arduino IDE?
Re: Go back to setup
Well, it depends on the core you used for the STM32 core you can use the STM32LowPower library.