Hi,
I'm trying to implement the FATFS example with the SD Card access into the Mesh DFU example. Setup is SES v5.44, SDK 17.0.2, Mesh SDK 5.0.0 and S140.
After the start of the Mesh Network, I'm unable to jump into a function and get a Softdevice assert: 86132:0
The order of execution is like: Init BLE Stack -> Init Mesh -> Init/Mount SD Card -> Start Mesh -> Try to write something to the SD Card, but it crashes already while trying to access the function for it.
The mesh initializes with NRF_MESH_IRQ_PRIORITY_LOWEST which is 6 and all IRQ levels in the sdk_config are on the default level 6.
Can you please give me a hint in which direction to go?
Cheers,
SirBuhi