-
Notifications
You must be signed in to change notification settings - Fork 29
PMC freeze when using ArduinoBLE with Arduino_MachineControl included. #73
PMC freeze when using ArduinoBLE with Arduino_MachineControl included. #73
Comments
I have the same issue, the portenta not only freezes but stop working, causing also the computer not to recognise the device. |
This comment was marked as duplicate.
This comment was marked as duplicate.
I'll provide a minimal sketch that will produce the Mbed OS crash reported here: #include <Arduino_MachineControl.h>
#include <ArduinoBLE.h>
void setup() {
BLE.begin();
}
void loop() {} |
Hello, |
This comment was marked as duplicate.
This comment was marked as duplicate.
Dear all, |
the standard one from Cypress driver is fine
ArduinoCore-mbed release 4.0.10 fixes this issue. |
Portenta Machine Control (PMC) crash when the
begin
function is called for the ArduinoBLE library whenArduino_MachineControl.h
is included in the same sketch.To reproduce
Library versions used
Additional context
Additional reports
The text was updated successfully, but these errors were encountered: