Hi,
I use the nRF52840 DK with Segger IDE.
I would like to use different peripherals on the MCU (GPIO, SPI, Timers etc), but I would like to avoid using the Nordic SDK, because I find the documentation quite confusing and lacks descriptions.
I would like to just address the different registers directly - which is working ok. I can't however find any documentation on how to declare interrupts for different events. Does anybody knows how to declare a callback function that gets triggered every time a GPIO changes?
Hope someone can help.