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.
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?