2021-01-18 08:49 PM
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
2021-01-18 09:11 PM
Is BOOT0 Pulled Low?
Have a POR with a higher threshold.
2021-01-19 12:28 AM
> 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.
2021-01-19 04:01 AM
yes, Boot0 pin pulled to low.
How to set POR threshold voltage?
Thanks
Krishna
2021-01-19 04:07 AM
Thanks for your response.
can you guide me how to solve this issue.
Regards
Krishna
2021-01-19 07:08 AM
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.