I am using a custom nrf51822 board and S130.
I am trying to pull data from a sensor over SPI and then immediately send that data over SPIS to another processor. Is this possible using some combination of DMA and PPI?
Thank you!
I am using a custom nrf51822 board and S130.
I am trying to pull data from a sensor over SPI and then immediately send that data over SPIS to another processor. Is this possible using some combination of DMA and PPI?
Thank you!
PPI can be used only to connect tasks and events, it cannot be used to connect receive and transmit buffers in any way. So in short NO , it is not possible to configure an automatic transfer in the hardware without software involved per each transfer.
PPI can be used only to connect tasks and events, it cannot be used to connect receive and transmit buffers in any way. So in short NO , it is not possible to configure an automatic transfer in the hardware without software involved per each transfer.