Hi,
I am working on having my device to perform a dfu over spi. I have been able to get through the init packet initialization and transfer, however, I am getting an error when I go when I call the on_data_obj_write_request(). Specifically when ASSERT(p_req->callback.write) is called. I get the error "received a fault! id: 0x00004002 , pc: 0x00000000" I have no idea how to go about solving this issue. If anyone can please at least help me to understand why this is happening, I would greatly appreciate it!