mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/olimex-msp430-h1611: fix symbol rate in doc
The symbol rate has been reduced to 9,600 Bd, as the board otherwise occasionally looses IRQs.
This commit is contained in:
parent
a16199f846
commit
2271b21c85
@ -80,7 +80,7 @@ make BOARD=olimex-msp430-h1611 flash
|
||||
## Using the shell
|
||||
|
||||
stdio is available via the UART interface with `TXD = P3.6`
|
||||
(pin 35 on the header) and `RXD = P3.7` (pin 34 on the header) at 115,200 Baud.
|
||||
(pin 35 on the header) and `RXD = P3.7` (pin 34 on the header) at 9,600 Baud.
|
||||
|
||||
The easiest way is to connect an USB TTL adapter (such as the cheap `cp210x`
|
||||
or `ch341` based adapters) as follows:
|
||||
|
Loading…
Reference in New Issue
Block a user