This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hwo to use DMA interrupt handler

I have a master device using SPI interface , write data to nordic SPI salve and send data to cell pohone.

But ,the master device SPI wirte data is fast, the nordic will loss data to cell phone.

I will use the SPI interrupt handler to receive SPI data with DMA , then the DMA trigger a DMA interrupt handler to send data to cell phone.

how to use DMA to receive data , and how to create DMA interrupt handler ?

Could you provide the example code?

Parents Reply Children
No Data
Related