Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 10 months ago.
How to flash mbed code into nrf51DK using PlatformIO atom
I was using MBED online compiler to flash BLE_GAP_EXAMPLE and it was working fine but when I tried the same code using PlatformIo Atom the led's are blinking randomly.
platform.ini file contains: platform = nordicnrf51 board = nrf51_dk framework = mbed
- lib_deps = ble-nrf51822
There is no error in compiling or uploading
Please help