2022-01-16 06:44 AM
Which Pin should I set and reset to make a power cycle happen in STM3G4 or any popular STM32F3xxx.. ??
I have 2 mcu's and with one of it I want to do a power cycle..
I mean to remove the power and connect it again. What should I do here?
2022-01-16 11:27 AM
Power cycle requires you to remove power which will vary based on how your chip is powered. It may not be possible to power cycle the chip independently of other things on the board. You haven’t provided any details about the hardware you’re working with.
Toggling NRST will reset the chip.
2022-01-17 05:43 AM
Toggling Reset will do system reset.
I need a power on Reset, trying to find ways to do it. But really couldn't find out.
And I am using STM32f302vc now.
2022-01-17 05:45 AM
2022-01-17 06:09 AM
...or the pin-controlled switching off of the supply voltage via e.g. a transistor.
2022-01-17 06:20 AM
2022-01-17 06:27 AM
I understood what you said.
Now I have four options.
what I need is (from my simulator stm32 I need to do a power on reset to the target stm32f302vc)?.
Also i have some dac ports available to do this.
2022-01-17 07:03 AM
Do you mean that one of the two controllers stays "alive" and can power down the other controller?
2022-01-17 07:34 AM
Yes. This is my target.
And I should implement this. Not implemented yet.
2022-01-17 09:51 AM
Show your board schematic.