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

understanding SPI with easy DMA

Hi!

I want to understand different in use with DMA and w/o DMA in the SPI.

I explore example SPI from SDK examples and see that enabled SPI and SPIM together.

But at this case what 

spi_event_handler

handled?

SPI works with DMA? If I don't want to work with DMA? What should I do? 

Related