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

how to occur interrupt on SPIM with easyDMA END event?

Hi

I want to get external acceleration sensor values with SPIM using easyDMA on the sensor interruption (using GPIOTE). then after getting all data, I want to calculate them using algorithm on CPU.

In other words, getting the sensor data without CPU and calculate the data using CPU on the SPI easyDMA END event.

please tell me how to implement this.

Thank you.

Related