onomondo / nrf-softsim

Manifest repo for integrating SoftSIM and nrf-sdk
24 stars 6 forks source link

Cannot enable CONFIG_SETTINGS with softsim integrated #19

Closed junqingzou closed 6 months ago

junqingzou commented 8 months ago

Tried with the SLM app in NCS, when below is configured, project cannot run.

CONFIG_SOFTSIM_AUTO_INIT=n

CONFIG_SETTINGS=y CONFIG_SETTINGS_FCB=y CONFIG_FCB=y

API nrf_softsim_init() is called after settings_subsys_init(). Any special attention is required to use Settings?

junqingzou commented 6 months ago

The issue is no longer reproduced after adjusting partition table