RadioOperator / CMSIS-DAP_for_STLINK-V3MINI

High-Speed CMSIS-DAP for STLINK-V3MINI ARM Debugger STM32F723IEK6
Apache License 2.0
178 stars 81 forks source link

How to reflash the Mini? #2

Closed UweBonnes closed 4 years ago

UweBonnes commented 4 years ago

Please describe how to reflash the Mini!

RadioOperator commented 4 years ago

@UweBonnes Hi, reflash the F723 internal flash ROM:

  1. prepare another JLINK or STLINK(v2 ok) tools, connect it to the CN3 on the Mini board (4pins).
  2. run a Windows programmer software: JFlashLite.exe for JLINK, or ST-LINK utility for STLINK.
  3. flash the HEX / BIN code into the F723. start address is 0x08000000.

if you are using Keil, need one of JLINK / STLINK / CMSIS-DAP tool also, connect F723 in SWD mode (CN3), open my source code project, rebuild and load it.

UweBonnes commented 4 years ago

I do not find a pinout for CN3. I can only decipher GND as the second pin from left when "CN3" is readable..

RadioOperator commented 4 years ago

@UweBonnes CN3-SWD-Port

UweBonnes commented 4 years ago

Thanks.

I found this and more information as CMSIS-DAP_for_STLINK-V3MINI/STLINK-V3MINI/Sch/STLINK-V3MINI_GPIOs.JPG