I have a 240x240 LCD that I'm trying to update as quickly as possible using SPI drivers.
What configuration do I need to use?
It seems like spi3 is the best option for the maximum clock rate?
Are there any Kconfig flags necessary to use NRFX_SPIM?
What is the maximum data rate with Easy DMA?
Is there a sample I can follow?
Are all the nrfx spi drivers interrupt based?