-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
ArduinoBLE on Giga R1 can only run on the main core #723
Comments
Apologies - this issue is probably more related to the ArduinoBLE library. |
However, it is absurd how the Arduino staff abandons us when these problems arise. |
I'm closing this one since it's being handled in the proper repository (arduino-libraries/ArduinoBLE#330). As of today, a pull request is available containing the fix. |
I tried helping someone get ArduinoBLE to work on the M4 core but BLE.begin() crashes - it does not return 0 or 1.
I believe this is because of the restriction that Serial can only run on the main core and LBEE5KL1DX-883 (U5) uses UART7 (HCI).
See: https://forum.arduino.cc/t/how-to-use-bluetooth-in-co-processors-sketch/1163997/3
Is there any way to create an exception for UART7, or is there any way one can use software serial in this case.
The text was updated successfully, but these errors were encountered: