• Clearing GPIO Driver Interrupt Event

    Hi there, I'm using an input GPIOTE based on SDK11. The interrupt is consistently being fired. On the other hand, if I use "if(Pin_6)" to check the trigger, it does not get fired continuously. Is there a command in the nrf_drv to clear the gpio interrupt…
  • Am I able change Swap Page at Run Time?

    Hi all, I would like to use Pstorage module. Since flash endurance is 20.000 write/erase cycle, I need to use it very efficiently. If I use pstorage_update function it, works fine. I can use other pages to keep my data persistently, when one page is…