Skip to content
Commit 4b2fd720 authored by Toshifumi NISHINAGA's avatar Toshifumi NISHINAGA Committed by Tom Rini
Browse files

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: default avatarToshifumi NISHINAGA <tnishinaga.dev@gmail.com>
parent 25c1b135
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment