Hi all,
I'm working on getting UART communication running between two devices:
Device1: MSPM0 microcontroller
Device2: Teensy 4.0
Both devices are configured for 115200 baud, 8 data bits, no parity, 1 stop bit (8N1).
However, I’m encountering some strange behavior:
If bytes from Device2...