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

Build issue switching SoftDevice to S110 from S130

I'm using SDK v11, nRF51

I started developing with S130, v2.0.1

The device is peripheral only, so I decided to switch to S110 v8.0.0, since I need the memory.

I made the following changes:

  • Compiler defined symbols - removed S130, defined S110.

  • Changed the softdevice include path from s130_nrf51_2.0.1/s130_nrf51_2.0.1_API/include to s110_nrf51_8.0.0/s110_nrf51_8.0.0_API/include.

I am aware that I also need to make link script changes.

I get a compile error in app_util_platform.h: Cannot open source file "nrf_nvic.h".

nrf_nvic.h is present in the S130 header directory, but not in the S110 directory.

Should there be a version of nrf_nvic.h for the S110?

Parents Reply Children
No Data
Related