2008-07-03 11:40 AM
STM32 Bootloader & PC GUI Flash demonstrator
2011-05-17 03:16 AM
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?2011-05-17 03:16 AM
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 ]2011-05-17 03:16 AM
2011-05-17 03:16 AM
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. :o2011-05-17 03:16 AM
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.