We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Quite simple to reproduce on Arduino Nano 33 BLE Sense:
void setup() { Serial1.begin(100000, SERIAL_8E2); } void loop() { }
Expected: Clean startup.
Actual result: Mbed crashes, going into 4x long, 4x short LED flashing loop.