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

fstorage with softdevice, header file inclusion issue

I am trying to use fstorage with softdevice, I have replicated the flash_storage_example in my project. I have enabled all thing in sdk_config.h like shown in the example. but every time I try to compile it gives an error of few header files not found some of #include "nrf_sdh.h"
#include "nrf_sdh_soc.h"
#include "nrf_atfifo.h"

I have included all the same files in the project but still, it's giving the error.

what's the issue of SOFTDEVICE_PRESENT def I couldn't find that in the example project. should I be a concern with this?

Parents Reply Children
No Data
Related