cancel
Showing results for 
Search instead for 
Did you mean: 

Pinout to read stm32F103zet6 using ST-LINK

tomero
Associate II

Hi,

I want to know pinout to read flash from CHIP stm32F103zet6 using ST-LINK.

Can someone provide it, im new on STM32 chip.

 

Thanks.

14 REPLIES 14

Yeah I hope so, it will be not protected. Thanks for your information.

avinash_elec
Associate III

You will also be needing decoupling capacitors on all VCC/GND pair. And BOOT pins to select booting from FLASH or RAM and avoid the bootloader. 

avinash_elec
Associate III

VBAT pin must also be at VDD level 3.3V

avinash_elec
Associate III

See BOOT0 and BOOT1 pin truth table in Reference manual. 

Andrew Neil
Super User

As @avinash_elec says, you need a fully-functional design to be able to do this.

See the datasheet.

See also Application Note AN2586Getting started with STM32F10xxx hardware development.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.