STM32 boot mode
Hi,
I'm currently working with the STM32G491RET and using the NUCLEO-G491RE evaluation board. I need to check whether the device enters boot mode using the BOOT0 pin and NRST.
From my understanding, to enter boot mode, BOOT0 should be driven low, and NRST should be toggled (low to high). I connected the board to my PC via USB (ST-LINK) and tried entering boot mode, but it only resets the board and restarts the existing program, printing debug logs as usual.
Initially, JP3 (which connects the ST-LINK reset to the MCU reset) was shorted. The hardware team has now removed that connection. After this change, when I attempt to enter boot mode, no logs are shown.
How can I confirm whether the device has successfully entered boot mode?
One more clarification is needed. If i get a fresh board, just BOOT0 pin and NRST enough to enter bootmode?
