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.
Yes, I have been using pstorage without the scheduler or FreeRTOS.
John, Do you have a simple example you can share or are willing to share? This is the problem I am currently having devzone.nordicsemi.com/.../
Hmmm... I may have misspoken. I've used it on an older SDK/Soft Device that didn't require the scheduler. That said, I haven't used the scheduler but it seems pretty straight forward. Whats the problem in using it? Code space or something I didn't think of?
John, in our FreeRTOS application on our board once we try a read it hits the prvTaskExitError()
Do you know why the task is attempting to exit?
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.