DMA on SPI bus for Polarfire SoC #357
Unanswered
fcuzzocrea
asked this question in
Bare metal embedded software
Replies: 1 comment
-
Hi @fcuzzocrea , that's not possible. the MSS SPI provides a FIFO interface but the Platform DMA engine supports only memory mapped transactions. The way to implement a SPI DMA is to go through the soft SPI in the fabric and access memory using the FIC routes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use DMA on the physical SPI bus on the Polarfire SoC ?
Beta Was this translation helpful? Give feedback.
All reactions