mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
TMS570: I think that the correct SCI configuration is 9600 baude w/2 stop bits
This commit is contained in:
@@ -462,10 +462,10 @@ CONFIG_SCI1_SERIAL_CONSOLE=y
|
|||||||
#
|
#
|
||||||
CONFIG_SCI1_RXBUFSIZE=256
|
CONFIG_SCI1_RXBUFSIZE=256
|
||||||
CONFIG_SCI1_TXBUFSIZE=256
|
CONFIG_SCI1_TXBUFSIZE=256
|
||||||
CONFIG_SCI1_BAUD=115200
|
CONFIG_SCI1_BAUD=9600
|
||||||
CONFIG_SCI1_BITS=8
|
CONFIG_SCI1_BITS=8
|
||||||
CONFIG_SCI1_PARITY=0
|
CONFIG_SCI1_PARITY=0
|
||||||
CONFIG_SCI1_2STOP=0
|
CONFIG_SCI1_2STOP=1
|
||||||
# CONFIG_USBDEV is not set
|
# CONFIG_USBDEV is not set
|
||||||
# CONFIG_USBHOST is not set
|
# CONFIG_USBHOST is not set
|
||||||
# CONFIG_WIRELESS is not set
|
# CONFIG_WIRELESS is not set
|
||||||
|
|||||||
Reference in New Issue
Block a user