Is there any example where it uses DMA SPI?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
HaSo_2959646
Level 2
Level 2
First like received First like given

Hello everyone,

I'm trying to transfer data over SPI protocol using DMA. I see examples of SPI_SLAVE and SPI_MASTER but they don't use DMA. I was wondering if someone has done this before?

Kind regards,

Hamid.

0 Likes
1 Solution

Unfortunately, the DMA for 43907 is not really exposed so that applications on top can use that. That's why you can't see it in SPI_SLAVE or SPI_MASTER implementation amongst which 43907 only supports master mode. Please check this blog post SPI in CYW43907 if you are facing any difficulties in SPI implementation.

View solution in original post

7 Replies