Hello
I need help, I have a problem implementing ppi gpiote and spim. The ADC I use is mcp3562 which sends via the irq pin when the data is ready. I need to work in continuous mode at almost 100khz data sample rate. Is it smart to use that pin as gpiote via ppi to start spim task. Plus I have to send that data in real time so I thought that to load data into a buffer and send it like that, I saw some example that uses one buffer and processes it in half while the other half filling, but my problem is how to start spim via ppi. I tried directly connecting gpiote to spim task start, but its seams that im getting fatal error arch_system_halt and im not able to use usb port to see what the actual error is, probably cus CPU is getting traped in forever loop in this fatal.c file.