How STM8S001J3 use BOR function?
Hello. I am using the STM8S001J3 MCU.
I want to use the reset function in my MCU.
stm8 has a total of 9 Reset functions.
●External reset through the NRST pin
● Power-on reset (POR) and brown-out reset (BOR): During power-on, the POR keeps the device under reset until the supply
.
.
.
Among them, I want to use POR and BOR functions
How do I use the BOR function in the stm8 (STM8S001J3) MCU?
The Datasheet only describes concepts.
And which program should I use to set the POR and BOR functions?
Let me explain the problem I have.
The MCU (stm8) uses the pwm out function using GPIO, but there are many cases where the pwm out does not work due to the 5V High signal.
Therefore, I want to reset the MCU whenever the 5V High signal comes out.
