I'm trying to combine two projects, C:\ncs\v3.1.1\zephyr\samples\subsys\nvs and BleFundamentalsL5E2 (Implement bonding and a Filter Accept List). They work fine independently, but in the combination, if I add CONFIG_SETTINGS=y to prj.conf (necessary for settings_load()), I get the following runtime error (every time nvs_read() is called): <err> flash_nrf: invalid address: 0x00080ff8:8
Note that CONFIG_SETTINGS=y seems to be the main culprit, but I included the entire prj.conf below:
Thank you for your attention to this matter