Skip to content

Commit b64c17f

Browse files
committed
Document limitation of Serial1.begin() config value for Nano 33 BLE boards
Add a warning that use of any Serial1.begin() config value other than SERIAL_8N1 on the Arduino Nano 33 BLE boards will cause an Mbed OS crash.
1 parent de455ae commit b64c17f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Language/Functions/Communication/Serial/begin.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Thanks to Jeff Gray for the mega example
113113
[float]
114114
=== Notes and Warnings
115115
For USB CDC serial ports (e.g. `Serial` on the Leonardo), `Serial.begin()` is irrelevant. You can use any baud rate and configuration for serial communication with these ports. See the list of available serial ports for each board on the link:../../serial[Serial main page].
116+
117+
The only `config` value supported for `Serial1` on the Arduino Nano 33 BLE and Nano 33 BLE Sense boards is `SERIAL_8N1`.
116118
[%hardbreaks]
117119

118120
--

0 commit comments

Comments
 (0)