]> git.sur5r.net Git - u-boot/commit
stm32: Change USART port to USART6 for stm32f746 discovery board
authorToshifumi NISHINAGA <tnishinaga.dev@gmail.com>
Thu, 7 Jul 2016 16:02:26 +0000 (01:02 +0900)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:44 +0000 (18:22 -0400)
commit4b2fd720a7b2f78c42d1565edf4c67f378c65440
tree97c496a53008f138475a3991ac4c0ed3920ce26e
parent25c1b1353ce4b8188de6058f9f3b0d5d2dad8230
stm32: Change USART port to USART6 for stm32f746 discovery board

This change is to remove a halt at about 200KiB
while sending a large(1MiB) binary to a micro controller using USART1.
USART1 is connected to a PC via an on-board ST-Link debugger
that also functions as a USB-Serial converter.
However, it seems to loss some data occasionally.
So I changed the serial port to USART6 and connected it to the PC using
an FTDI USB-Serial cable, therefore the transmission was successfully
completed.

Signed-off-by: Toshifumi NISHINAGA <tnishinaga.dev@gmail.com>
arch/arm/include/asm/arch-stm32f7/stm32_periph.h
arch/arm/mach-stm32/stm32f7/clock.c
board/st/stm32f746-disco/stm32f746-disco.c