cancel
Showing results for 
Search instead for 
Did you mean: 

Flashing problem in STM32F207

Manikandan K
Associate III

I try to flash using st-link v2 but it show the error message. In my design I cant able to access the Boot 0 and Boot1 pins so no possibility to go for DFU mode.Please give any solution to flash using st-linkV2

kmani@kmani:~$ st-flash erase

2018-09-25T14:18:48 INFO src/stlink-usb.c: -- exit_dfu_mode

2018-09-25T14:18:48 INFO src/stlink-common.c: Loading device parameters....

2018-09-25T14:18:48 WARN src/stlink-common.c: unknown chip id! 0

Mass erasing

kmani@kmani:~$ st-flash erase

2018-09-25T14:19:11 INFO src/stlink-common.c: Loading device parameters....

2018-09-25T14:19:11 WARN src/stlink-common.c: unknown chip id! 0

Mass erasing

13 REPLIES 13
Manikandan K
Associate III

Here I'm using tag-connect cable with 6-pins ​

Manikandan K
Associate III
 

If you have connection issues with BOOT0=HIGH, you should look for board level issues.

>>How should I isolate the offending code and stop it?

I find inspection and bisection to be useful methods.

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

Actually that is working board now only it shows error like this ,I will try to give High on Boot0 pin​. Thank you sir for your suggestion.