2020-09-30 06:17 AM
In my project after some time, I need to turn off the STM32F103C8Tx (or reduce it's current consumption as much as I can). Can I do it programatically? I do not want to change my hardware design.
Solved! Go to Solution.
2020-09-30 06:30 AM
Go into STANDBY
2020-09-30 06:30 AM
Go into STANDBY
2020-09-30 06:54 AM
Thanks. Does standyby clear all the outputs of the MCU also? Or should I clear them before going to standby mode?