This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

restricted functionalities in ISR context

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 ?

Parents Reply Children
No Data
Related