2009-01-15 05:22 AM
System Bootloader not working but UART1 works OK.
2011-05-17 03:19 AM
Hi all,
I seem to be having a similar problems to those described here. My RS232 transceiver was outputting garbage on the RS232 side until I added a pull-down to the TTL side. This seems to have resolved the problems with the bootloader. Is the Tx pin from the STM floating when in system bootloader mode until data is received on the Rx pin? This would seem strange.. but I can't see any other reason why the changes I made resolved the problem. Matt2011-05-17 03:19 AM
I'm just wondering - should Boot 1 be connected directly to ground as it doubles as Port B-2? What happens if you remove the pull up resistor R48, and connect to ground via a suitable resistor?
2011-05-17 03:19 AM
Thanks Adrian,STOne-32
RESOLVED - PARTIALLY as follows, but there are some questions... Using another PC (a Laptop) the program worked at 9600 and 19200 baud only. However my own STM32 USART1 application works with all COM ports on all PC's that I tried -- and at 115200 baud - exactly the same hardware. I had been hoping it would be possible to use 115200 baud with the Flash Loader Demonstrator 1.0. Has anyone got the Flash Loader Demonstrator 1.0 working at 115200 baud?. When the Flash Loader Demonstrator works, it seems to work with ANY Parity setting, and 8 data bits, what setting should I use? or does it ignore parity? Removing R48 and using a pulldown made no difference, but it was a welcome suggestion - thanks Adrian. Thanks. [ This message was edited by: bobz on 14-12-2007 12:25 ] [ This message was edited by: bobz on 14-12-2007 13:20 ] [ This message was edited by: bobz on 14-12-2007 13:32 ]2011-05-17 03:19 AM
Hello, I see the Flash Loader Demonstrator 1.2 (not 1.0) works OK @ 115.2k
STM' BootLoader is v2.0. Yuri.