STM32 won't start without physical reset.
Hi,
My mcu is STM32L476RGTx and I experiencing very strange behaviors to make my cpu start.
This mcu is on pcb I designed myself.
My boot0 pin is shorted to GND
And the reset pin pulled up to VCC.
I can program my chip with my st link (updated to the last version) an after each programming my chip is starting up as expected.
But as soon as I tried to make it boot from cold start it won't start. I have to manually press reset button and after that, it run as expected.
It append what ever i use as supply. 3V3 from programmer, 3V3 from local switching supply (LM43602)...
For the moment i do not use the 8mhz quartz on board.
Have you any idea I did not check yet or they're is any parameter that could prevent my mcu to run my program from flash but make it run as soon as I create a true reset event ?
Maybe is it BOD ? But how could I check that ?
anyway, Thanks for your help.

