2023-01-08 01:28 AM
I have STM32F407VG board and it has error in flashing time see screen.
I have STM32F407VG board, and it has error in flashing time see screen. Yesterday was everything ok but today is broken, I don't know why!
I found a solution https://community.st.com/s/question/0D53W00000V0NbvSAF/got-error-like-stlink-error-devtargetnothalted-when-to-flash-the-program
but my board doesn't have a pin "VDD", see screen.
And second, misunderstanding what is mean "(hope you are using boot selection through Boot 0)."?
Solved! Go to Solution.
2023-01-08 09:52 AM
in the settings, where you adjust, how debug should start..
in IDE menu (run)-> debug configurations... (your project)-> Debugger -->
here: softw.sys.reset
2023-01-08 05:50 AM
VDD =3.3V , on your board; for bootloader mode just set a jumper on B0+3v3 pins.
but first try debug with setting "software system reset" and "connect under reset" ;
if nothing starts debug connection,
power off ! ,
put the jumper on B0+3v3 ,
then power up
and try debug again...
2023-01-08 08:55 AM
Thanks for the answer!
But how to do "software system reset" and "connect under reset" ?
2023-01-08 09:52 AM
in the settings, where you adjust, how debug should start..
in IDE menu (run)-> debug configurations... (your project)-> Debugger -->
here: softw.sys.reset