Hi,
I've noticed that the following s110 API work in my application, when called from the main context, but fail when called from an ISR context (button press interrupt or system event) :
- pstorage_clear()
- pstorage_store()
- bootloader_app_start()
Any suggestions as for what I may be missing ?