-
Notifications
You must be signed in to change notification settings - Fork 216
Arduino M0 board crashes when setting BLE handle from data buffer #370
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
Arduino M0 board crashes when setting BLE handle from data buffer #370
Conversation
Memory usage change @ 2e66711
Click for full report table
Click for full report CSV
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fabik111 could you check why spellcheck workflow is failing?
I think it is related to this #376 (comment) |
Correct, and I already fixed the problem in #382. So the PR only needs to be rebased, which will trigger a new spell check run using the modernized infrastructure from #382 |
Thank you @per1234 👍 |
2e66711
to
eef16ce
Compare
Memory usage change @ eef16ce
Click for full report table
Click for full report CSV
|
Rebased |
This PR solves the issue of crashes and hangs on M0 board when assigning the variable
uint16_t handle
in the methodsATTClass::readOrReadBlobReq
andATTClass::writeReqOrCmd
as reported also here.The problem was identified, also, trying to write a characteristic exposed by Arduino Nano RP2040 and Arduino MKR1010 from other Arduino boards.