Enhance SPI using DMA for STM32MP157c-dk2 #50586
Unanswered
swatikumari1-eaton
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Not enough information to provide an efficient support. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want SPI to use DMA so that I can free the processor for tasks.
Enable feature
Update device tree
When sending/receiving data, the processor should be freed up. With just interrupt-based SPI, it seems like the SPI driver is taking a lot of time to the point where Catalina is not able to meet timing requirements for sampling.
I am enabling CONFIG_SPI_STM32_DMA config then I am getting many linker error
Can somebody suggest!!
Beta Was this translation helpful? Give feedback.
All reactions