2020-11-18 10:32 AM
I've made a mistake and programmed to STM32h745 dual core processor program which was created to STM32H743 with one core. Now I have a problem with connection and ST-Link doesn't recognize device. What can I do with that?
I've also tried to supply board under reset (NRST pulled down to GND) and I get the fail "The interface firmware FAILED to reset/halt the target MCU".
Solved! Go to Solution.
2020-11-18 11:34 AM
Going to need to strap BOOT0 HIGH, and POWER CYCLE the board several times, until you can connect and delete your code.
2020-11-18 10:42 AM
You should leave the STLINK to handle the NRST line. Check only the box in Stm32CubeProg.
2020-11-18 10:59 AM
In STM32CubeProg problem is exactly the same. No connection to the target
2020-11-18 11:34 AM
Going to need to strap BOOT0 HIGH, and POWER CYCLE the board several times, until you can connect and delete your code.
2020-11-18 11:50 AM
Thank you a lot. That was what I was looking for. Now the STM32 connects normally