cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Bootloader & PC GUI Flash demonstrator

16-32micros
Associate III
Posted on July 03, 2008 at 20:40

STM32 Bootloader & PC GUI Flash demonstrator

14 REPLIES 14
hg-chen
Associate II
Posted on May 17, 2011 at 12:16

Have the function verified on all parts of STM32?

different flash size or different package?

What should I check if upload OK, but erase and download fail?

16-32micros
Associate III
Posted on May 17, 2011 at 12:16

Dear Kuni,

Could you please check if you are not using a wrong target name. In fact, the displayed target name in the 3rd window is the product family name To select your target combobox and choice the used STM32 Package Flash (32, 64 or 128K of flash) reference between the available ones :STM32F10xx6xx ,STM32F10xx8xx, or STM32F10xxBxx

the default one is the Biggest Package which is ''B'' = 128K . Thank you.

Here attached a screenshot :-o

STOne-32.

[ This message was edited by: STOne-32 on 30-11-2007 12:51 ]

john
Associate II
Posted on May 17, 2011 at 12:16

STOne-32 - please can you tell me where I can download the older versions

of the bootloader from ?

See:

http://www.st.com/mcu/forums-cat-6704-23.html

Thanks,

John.

16-32micros
Associate III
Posted on May 17, 2011 at 12:16

Dear John,

On all our current production devices (B and Z) we have only version 2.0 of bootloader programmed by ST in System Memory area at our manufacturing since now. And for the PC Windows Software we have released only one version 1.0 till now and you can download it with this direct link :

http://www.st.com/stonline/products/support/micro/files/um0462.zip

.

I have seen some people facing some issues in the past and it was due to some HW mistakes on Using USART1 TX and RX pins and try also to modify to a lower baudrate with full POR reset at each time. Hope this helps you to get clear picture.

Cheers,

STOne-32. :-o

andy239955_stm1
Associate II
Posted on May 17, 2011 at 12:16

For the st bootloader programmers:

to enable using ports greater than COM9 use the following filename pattern, shown for com19:

\\.\COM19

For sprintf: ''\\\\.\\COM%d''.

I have my stm32f103 hooked up to an RN41 bluetooth to serial port module and my PC's bluetooth serial port emulator really wants to use COM10 or com11.

I got this from the source code for teraterm.