STM32F767ZI on external power supply is stuck until reset button is pressed
Hi everyone,
I have developed a software using mbed OS on a Nucleo-144 board (STM32F767ZI), and everything works well.
Now, I am powering my board from an external power supply, and I moved the JP3 jumper to VIN position.
However, the board is stuck. The program correctly starts only if:
- the board is connected to the PC through a USB
- the reset button is pressed
I read several posts, and I tried all the proposed solutions: update the ST-Link firmware, place a jumper between the NRST and 3V3 pins, also removed the SB111 0-ohm resistance between NRST and RST, but nothing works.
One interesting thing I have is this: if I manage to start the program (using USB connection or reset button), powering off and on again the board in a very short amount of time make the nucleo works fine. However, if I power it off and wait a few seconds, then the board is stuck again until the reset button is pressed or USB connection provided.
Any help on this?
Thank you very much.
