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

GPIOTE handler p_context

I create software uart librarty for nrf52832. For one pair tx, rx it's worked (on 9600, 19200 baudrates). Then I create multi-instance software uart (all of them gonna use only one timer).

For that I need to feed my structure into gpiote handler. How to link my structure to handler function (like timer`s p_contex).

Related