I am trying to use the S110 v7.0.3 with a nRF51822 QFABA0 chip. I am using the hrs example from the SDK v5.2.0 ( I have changed the IROM address to 0x15000). I've got an error = 0x0F in the following line of the pstorage_init() function:
// Erase swap region in case it is dirty.
retval = sd_flash_page_erase(PSTORAGE_SWAP_ADDR / PSTORAGE_FLASH_PAGE_SIZE);
Any suggestions? Any idea if it will be possible to use 128kb version with DFU in the future?
Thanks