Hello,
I have a component (AMC1306) in which I input a signal of at least 5Mhz. When this signal is triggered to this component, it sends me back data at this same speed. This signal is a digital signal of "1" and "0" bits.
So I have to get all of this bits to do some analysis and store information on my device. I have tested with gpiote interruption, timer interruption or even directly in pwm interruption. In the final firmware there will be also BLE.
What is the more efficent way to do it ? Any information is interesting
I'm using the nrf SDK v17.0 (not the NCS !)
Simon