cancel
Showing results for 
Search instead for 
Did you mean: 

Slow increasing voltage MCU (STM32H743) reset

krishna K H
Associate II

Hi team,

We are increasing the Input voltage 0.5 Volts/ Minute to Input of PMIC. PMI switches on after the Input voltage reaches 3.7 volts.

After PMIC switches on it gives 3.3Volt Output but Controller is not getting reset.

If we Power up instantly controller is working fine.

Please support us for resolving this issue.

Thanks,

Krishna

5 REPLIES 5

Is BOOT0 Pulled Low?

Have a POR with a higher threshold.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Piranha
Chief II

> Controller is not getting reset

While at low voltages, the MCU is kept in a reset state. Increasing voltage can only release the reset. And, changing the voltage increase slope, changes times at which different external electronics start. Therefore it can easily brake flawed software.

yes, Boot0 pin pulled to low.

How to set POR threshold voltage?

Thanks

Krishna

Thanks for your response.

can you guide me how to solve this issue.

Regards

Krishna

You should seek guidance from your supervisor.

Are you sure it is not starting? Probably is starting but running into difficulties because other things aren't working.

Instrument Error_Handler() and HardFault_Handler() and any other while(1) loops so you can see if it dies in those.

Use a Power-On-Reset circuit which holds the device in reset until you're actually ready/capable of running. Perhaps an MCP120 3V device. Add one externally as an experiment.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..