How to write directly to buffer from DMA

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

cross mob
Anonymous
Not applicable

 How can i write some data from SRAM to buffer of SPI . Buffer here refers to FIFO . So once i write a value to this buffer then I can transmit data from this buffer.

   

And also if there is a SRAM buffer then writing some value from DMA (SRAM to SRAM) will it help???

0 Likes
1 Reply
Anonymous
Not applicable

 There are two example projects in Creator itself - SPIM_Example & SPIS_Example which explains how to use DMA along with SPI. I think these projects should help you.

0 Likes