cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103RB Flash Loader V2.2 Problem

gooseli
Associate
Posted on October 26, 2010 at 04:04

STM32F103RB Flash Loader V2.2 Problem

4 REPLIES 4
Posted on May 17, 2011 at 14:12

The communication between PC and Cortex is working properly and we can connect to the chip, But there was not devices in the target list! Why?

Perhaps it is not actually working properly. You could try the command line version of the software, and source code is also provided so you could examine the response of the device to the serial commands. The protocol is also well documented, it shouldn't be too hard to diagnose.

Try some different serial ports, USB and motherboards. Pick a lower baud rate.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
weedoug18
Associate II
Posted on May 17, 2011 at 14:12

HI,

I m stuck at the same step too,

trying to change the baudrate doesn't help, neither that the command line part.

I m using a stm32f2 series microcontroller.

Do you have fixed your problem?

Thanks

Posted on May 17, 2011 at 14:12

a) Confirm it is actually in the boot loader mode at all. RealTerm, send 0x7F, observe response.

b) The operational window for the boot loader is small, if it miss identifies the first character you send (0x7F at 8E1), it will auto-baud to the work baud rate. Reset, try again.

c) Confirm the V2.2 Flash Loader even supports the STM32F2 series parts. Get a version that does.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
zchongnari2
Associate II
Posted on May 17, 2011 at 14:12