Hi,
I have updated and old old project to SDK 17.0.1 and using Segger Embedded Studio
But because I make a lot of use of pstorage in the project - I am not ready to convert that part now
I have moved pstorage files from SDK 11 to SDK 17 and got everything to compile
Now the problem - in order for pstorage to work we need to call the following
void pstorage_sys_event_handler(uint32_t sys_evt)
But I cannot find a place where I could call this?
The normal sys_event_handler() is not in the newer SDKs > 11