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

nrfThread Eddystone example problems (SDK4 Thread)

Hello everyone, 

I am trying to evaluate the multiprotocol capabilities of the nrf modules and am having issues compiling the 'ble_thread_dyn_coap_srv_eddystone' example under multiprotocol/ble_thread.

The documentation mentions the example does not support ses compiler (no reason given) and I manage to get to the point where it tries to compile the multiprotocol_802154_config.c and it fails saying nrf_raal_softdevice.h: No such file or directory.

I have already triple checked that the paths are correct and the file is indeed there without success. I've also tried it using armgcc with the exact same results so I'm not sure what's going on. I've also attempted loading the pre-compiled hex file (and the softdevice) through nrfConnect but nothing runs on the 52833 dev kit, I get the following on RTT:

<info> app_timer: RTC: initialized.

<error> app: Fatal error

I should say I've tried this for both pca10100 and pca10056 with the exact same results.

Also. I'm running Win10, SES 4.42a, latest SDK and gnu arm embedded toolchain.

Any help would be greatly appreciated.

Related