Hi,
I am reading a 24-bit data from SPI by getting a data-ready interrupt from GPIOTE pin in a NRF52832 chip. I have to buffer data for the BLE interval duration then send data after minimum required interval for example every 30 ms. If SPI data-ready signal rate get high enough I will lose some data from SPI while I am sending data synchronously in BLE so I thought there may be a solution to either using DMA and sending data asynchronously or using DMA to fill buffer from SPI instead of using interrupt. Unfortunately, I did not find any example that implements DMA in SDK.