2023-12-20 03:46 AM
Hello every one
Thanks for all
I want to using stm32f423rht with my own board
and using stlink v2 to flash it
any suggesting
best regards
Solved! Go to Solution.
2023-12-21 07:02 AM
> how to flash stm32f423 using st link v2
The board needs to have the SWD header. I'd recommend using the standard 14-pin header as on the STLINK-V3MINIE.
After that, power the board, connect the SWD header to the programmer, and connect to the board with STM32CubeProgrammer.
Note that many generic STLINK V2 programmers are counterfeit and may not work with your hardware.
If you're brand new, perhaps pick up a nucleo board which has an on-board programmer and use that until you're comfortable with the tools.
2023-12-20 05:40 AM
Is there a question? This should be doable.
See the hardware design guide for how to design your own board:
Put a 14-pin header for debugging and use a genuine debugger like STLINK-V3MINIE.
2023-12-20 10:03 PM
@TDK Thanks for reply
I am sorry if my question is not clear enough
My question in specific : how to flash stm32f423 using st link v2 , because i want to design PCB board
best regards
2023-12-21 07:02 AM
> how to flash stm32f423 using st link v2
The board needs to have the SWD header. I'd recommend using the standard 14-pin header as on the STLINK-V3MINIE.
After that, power the board, connect the SWD header to the programmer, and connect to the board with STM32CubeProgrammer.
Note that many generic STLINK V2 programmers are counterfeit and may not work with your hardware.
If you're brand new, perhaps pick up a nucleo board which has an on-board programmer and use that until you're comfortable with the tools.
2023-12-26 01:15 AM
Thanks @TDK
In my first PCB design i forget to connect all VDD , VSS , ADDA and ASSA pins to
power supply source.
Now my board work very good.