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
Yes, I have been using pstorage without the scheduler or FreeRTOS.
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.
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.