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.
8 years, 6 months ago.
nrf51 firmware from online compiler
Hello. I have cheep nrf51822 board from Aliexpress. Firmware compiled by online Mbed compiler (with RebBearLab nrf51822 target) works fine without any modifications (including BLE). But I can't set up set up local compiling :( Application works but not BLE. I'm trying to setup it with PlatformIO IDE.
I tried to analyze exported project from Mbed compiler but their Makefile very messy. It merges code with 2 softdevices and 2 bootloaders in one command and fails with next logs: https://pastebin.com/MJbQnSCK
PlatformIO build merging code looks like this: https://github.com/platformio/platform-nordicnrf51/blob/develop/builder/main.py#L106 And from first look totaly correct. But still, code works, BLE does not.
What softdevice uses mbed online compiler?