You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with arduino framework because the softdevice file was missing, upload only shows a warning about not finding the file (in verbose mode) and terminates without error (firmware.hex contains only user version and is quite small)
with mbed OS 5, compile upload ok but nothing happens... by turning on Serial printing I was then able to see the error on terminal (serial monitor)
++ MbedOS Error Info ++
Error Status: 0x80FF0100 Code: 256 Module: 255
Error Message: Fatal Run-time error
Location: 0x1F351
Error Value: 0x0
For more info, visit: https://armmbed.github.io/mbedos-error/?error=0x80FF0100
-- MbedOS Error Info --
Please provide an implementation for mbed BLE
custom nRF51822xxaa board, correctly identified on build:
I build and upload the "mbed-blink" example to my RedBear BLE Nano v1.5. (https://github.com/platformio/platform-nordicnrf51/tree/master/examples/mbed-blink)
There are no error as follows.
But It looks BLE Nano doesn't run new program.
What the matter ?
PlatformIO: 3.6.4
Nordic nRF51: 4.0.0
The text was updated successfully, but these errors were encountered: