Hello,
I am developing product on nrf52 with sd s112_nrf52810_5.1.0_softdevice. My application caused unexpected sd fault at adress 0x000089B2. I expect it to be something related to flash. What I did was call sd flash write function with some data and then I executed power off procedure. I dont know but I might have been interrupted. Then at the start I try to read that data and rewrite it if some checks pass. Can you let me know what causes fault from that address ?
EDIT: I should also mention that if that write wont find enough space in fds then it will execute garbage collector so it is also possible power off will execute in middle of garbage collector, so possibly in eg middle of page erase.
Regards,
Michal