Hello I am using nrf52832. I would like to write a custom ISR for GPIO based interrupt. Are there any examples/documentation i could use to get started on this.?
Hello I am using nrf52832. I would like to write a custom ISR for GPIO based interrupt. Are there any examples/documentation i could use to get started on this.?
Hi,
Yes, but you need to mind how you change the driver when doing so. You can also use the in_pin_handler used when initializing pin input is initalized.
Depending on what you are wanting to do you might also want to try to avoid the interrupt altogether. A lot of problems can be solved more efficiently using PPI and/or shorts instead.
Best regards,
Andreas