Nordic nRF52 Keil Example in CrossWorks
Hello,
I am trying to import the ble_app_hrs_pca10056_s140 Keil example from the latest nordic sdk (Version 15 for nrf52840).... unfortunately this is not working very well.... im stuck during build process with the error message: static assertion failed: "NRF_SDH_BLE_ENABLED not set!"
Is there a way to get this working?
Or even better are there any sources to get the nordic examples for Crossworks?
Cheers
Tom
-
MIssing defines in your SDK_Config.h file. All the example projects in the SDK stripped out any unused definitions. This means that if you try to merge two examples you are hosed.
There is a fairly complete SDK_Config.h file somewhere in the SDK. You need to be doing that and just manually define all of the unneeded functionality as 0.
None of Nordic example projects spell out what definitions are required in their particular SDK_Config.h.
I ended up using a merge tool to create a superset of all of the SDK_Config.h files from each of the example projects I used.
Comments? Who needs comments?
Please sign in to leave a comment.
Comments
1 comment