Included "bsp.h" and "nrf_fstorage.h" still getting these below errors:
undefined refence to `bsp_indication_set'
undefined reference to `nrf_fstorage_init'
undefined reference to `nrf_fstorage_read'
undefined reference to `nrf_fstorage_sd'
Included "bsp.h" and "nrf_fstorage.h" still getting these below errors:
undefined refence to `bsp_indication_set'
undefined reference to `nrf_fstorage_init'
undefined reference to `nrf_fstorage_read'
undefined reference to `nrf_fstorage_sd'
Hello,
Please make sure that the module's are enabled in the sdk_config.h file as well, and that you have added the source code files to your project through the project navigator in SES.
Best regards,
Karl
Hello,
Please make sure that the module's are enabled in the sdk_config.h file as well, and that you have added the source code files to your project through the project navigator in SES.
Best regards,
Karl
I enabled the modules in sdk_config.h still getting the errors
Please also confirm that you have added the source files to your project, and that you have added the path to the files into the User Included Directories in the Preprocessor project options for the Common configuration.
Best regards,
Karl
Thanks, karl but I did that earlier and check again path is set in preprocessor option still getting the same errors
Please show me the sdk_config configurations you added along with a screenshot of the preprocessor user included directories and a screenshot of the added source files so that I may take a look to see if I can spot the issue.
Best regards,
Karl