1
0
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:
Marian Buschsieweke 2024-02-07 20:06:13 +01:00
parent a16199f846
commit 2271b21c85
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -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: