I've a code that worked fine on nrf52832xxAA chip. I flashed the code to a new chip nrf52832xxAB (less RAM, ROM) and adjusted the scatter file according to sd ble recommendations:
RAM START ADDR 0x20000000 should be adjusted to 0x20001FE8
RAM SIZE should be adjusted to 0x6018
And I still have an error :
sd_ble_enable: RAM START at 0x20001FE8
sd_ble_enable: error 0x8030F4
Thanks in advance.