Does the pstorage module require the scheduler? Can it be used without the scheduler and FreeRTOS?
Thanks
Does the pstorage module require the scheduler? Can it be used without the scheduler and FreeRTOS?
Thanks
The task isn't exiting I think it's stack is getting corrupted somehow. I'm pretty positive it's not a stack overflow since I gave the task a huge stack on the nRF52 and it still happens. Everything is fine until the actual call to the SD flash write routine. Sometime after I hit the task exit handler.
Stack corruptions are tough. Can you post your task code and maybe we can spot something?
The pstorage module doesn't require the scheduler.