Hi,
My goal is to use a timer to trigger SPI transactions and the spi_event_handler() to trigger bluetooth transfers. In order to make it as fast as possible, I would like to run the SPI clk at least 4MHz (if not 8MHz - which I think is possible, right?) and also use easyDMA. Based off this thread: Thread_link.
It seems like using the peripheral/spi example should be more than enough to handle all that. If that's the case, what benefit does nrf_spi provide? Is on deprecated? If so... which one? Also is there a difference between SPI0, 1, 2, and 4?
Thanks so much!
Kindest regards,
Ryan