u-boot-brain/arch/arm/mach-stm32
Toshifumi NISHINAGA 4b2fd720a7 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>
2016-07-14 18:22:44 -04:00
..
stm32f1 stm32: move stm32 specific code to mach-stm32 2016-01-20 10:19:41 -05:00
stm32f4 stm32: stm32f4: move flash driver to mtd driver location 2016-03-26 18:49:28 -04:00
stm32f7 stm32: Change USART port to USART6 for stm32f746 discovery board 2016-07-14 18:22:44 -04:00
Kconfig stm32: add support for stm32f7 & stm32f746 discovery board 2016-02-24 18:43:57 -05:00
Makefile stm32: add support for stm32f7 & stm32f746 discovery board 2016-02-24 18:43:57 -05:00