Hello Everyone
I have an Interrupt Signal at 8MHz after which I need to execute some stuff.
I set up an Interrup on an GPIO Pin to test it but at around 4MHz the nRF5340 won't detect anymore interrupts (not just missing some but straight up stops detecting any).
Is it possible to dectect faster Interrupts by using the Application Core with 128MHz?
If so how can I:
- Check at what frequency the nRF5340 is running
- Set the frequency to 128MHz
if not:
- How many normal SPI lanes can be active at the same time?
I looked around in the docs and even tried to write to the registers directly but without success.
Thanks for your help