This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Build examples (nRF52840 BLE) are all Broken. Need Help ASAP!

Ok - 

I've been through this a few times and read the forums, but the current build system is broken.  I'm trying to compile (not even load the board at this point) the ble_hts example from the sdk 16.0 with no luck.  I've had this working in the past - but needed to add some additional functionally to our device.  Simple I though, just fix the code and recompile.  The build system wanted to update (which was my mistake) and now nothing works.  I've reloaded from scratch both the keil IDE and also the SDK and family packs... but keep getting compatibility issues.  Currently the compiler is saying it needs startup:8.27.0 and that the component is not available for target nrf52840_xxaa  which is odd, since this should basically just work (as it's from the nordic examples). 

I also get into the loop of different versions of family packs and sdk.  and also the nice problem with the missing "{" and also the FIRST/LAST issue.

what I need is the correct list of 'things' or 'steps' to load and compile (and hopefully run) one of the BLE examples from a fresh build of the environment (the current documentation is NOT correct and bounces all over the place - it's hard to follow).  make it simple.  just need a list of todo's and links to get the sw to compile and run fro the nrf52840 (prefer the BLE HTS, but not picky)

Related