cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103 v8tb firmware

murat41
Associate

Arkadaşlar üzerinde bir adet MCU (32f103 v8tb) var, içindeki firmware'i okuyup başka bir karta kurmam gerekiyor. Bunu hangi st link ile yapabilirim lütfen yardımcı olun.

3 REPLIES 3
murat41
Associate

the end will be vbt6

>>Friends, there is a MCU (STM32F103VBT6) on it, I need to read the firmware inside and install it on another board. With which ST-LINK can I do this, please help.

If the STM32 is not protected you can read via the SWD/JTAG connection, ie PA13:SWCLK, PA14:SWCLK, GND, and VCC/VTARGET(Pin1)

STM32 Cube Programmer can read and save content to a file, either .BIN or .HEX

Read from 0x08000000, Size 0x20000 (128KB)

Then move to destination device, an from programming tab/pane set the address and select the file and the program, and optional verify.

Protected devices (Read Out Protection) will preclude the recovery of a firmware binary

ST-LINK/V2, V2-1 or V3 would work for STM32F1 devices. ST-LINK Utility would also work for them, if the interface is easier to navigate

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

You can Edit your own posts via the small (V) icon in the upper right corner of the post.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..