using NCS 1.9.1 - Zephyr - Segger Studio - sample code: bluetooth / peripheral_uart
I based my project on the sample, modified it slightly and it works well on a board with nRF52832_xxAA - trying the same code on a 52832_xxAB brings up the error : bt_settings: settings_subsys_init failed (err -33)
According to SES the output for zephyr.elf is : code = 171 kB and Data+RO = 55 kB - so this should run on both version AA and AB, right ?
I've seen no warnings or errors when loading the code into the chips, I also tried J-flash, but same result.
The NCS/zephyr project configuration seems to make no difference whether the target is AA or AB - am I missing something ?
thanks, Matthias