Skip to content

Using any Serial1 config other than the default SERIAL_8N1 crashes Mbed OS #60

Closed
@jareiko

Description

@jareiko

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions