This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to modify uart example from S110 to S310 softdevice?

Hello,

I am trying to modify the ble_app_uart example from the S110 to the s310 softdevice. I am using the project from nRF51_SDK_8.0.0_5fc2c3a.

I modified the Paths from s110 to S310.

I modifed the ram and rom settings: ROM: 0x20000 0x1F000 RAM: 0x20002400 0x1C00

I compile and am not able to find some of the .h files required. ble_hci.h nrf_error.h ble.h ble_types.h nrf_soc.h nrf_sdm.h

I tried compiling the project in it's current location. I also tried moving it to a place with a s310 project.

Can you recommend what I need to do to get this to compile?

Thanks, Glenn

  • Hi Glenn, I think S310 uses softdevice that is latest available in SDK7.x version S110v7. The support is not there in SDK8.x for S310. That is the reason you don't find the headers you need probably because there are located at different location in SDK8.x. You have to download SDK7.x for your projects to work.

Related