I just got my Arduino Nano 33 BLE and installed Mbed Studio. I opened the Blinky example just to try out how Mbed Studio works and compiled to project, but now I cannot flash my board.
Mbed studio does not detect my target. If I open up Arduino IDE I can flash my card and get board information there so I know my computer have connection.
I am not sure but I think it is not possible.
Arduino Nano 33BLE run on top of MbedOS but it was not made for Mbed. It is not Mbed enabled.
Mbed enabled boards have full debugger like DAPLink, ST-Link. But Arduino Nano33BLE not have it.
Okay, that’s a bit confusing but I stick to the Arduino IDE and use that then… seems I have some more reading to do to figure out this relation between mbed and Arduino.