-
-
Notifications
You must be signed in to change notification settings - Fork 213
Crashing when writing more than 64 bytes to Serial #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can confirm this with the BLE Sense. The Portenta doesn't that this issue. |
Confirmed here too, working on a fix |
I've encountered the same problem. (see https://forum.arduino.cc/index.php?topic=713771.msg4796293#msg4796293) |
It is indeed a problem with mbed 6.x ; this is the proposed fix facchinm@a885c58 , it would be nice if you could test it |
@facchinm LGTM. 👌 |
@facchinm works for me, too. |
It works for me too - thank you @facchinm |
It works for me too. Thanks @facchinm |
Writing more than 64 bytes to Serial on the Nano 33 BLE Sense board causes the board to crash and to start blinking the LED in the SOS pattern.
The following code reproduces the problem. The execution of the line that writes 65 bytes (buff_65) will crash.
The text was updated successfully, but these errors were encountered: