Use DMA with SPI #10414
Unanswered
PierreGS
asked this question in
Using MicroPython
Use DMA with SPI
#10414
Replies: 2 comments 7 replies
-
|
For direct access to the internal registers, you may use the machine.mem* methods: |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thank you. And do you think it's possible to configure DMA with SPI by modify registers ? |
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.
-
Hello,
I'm working in mircropython on an ESP32-WROVER-E, and I'm looking to run the SPI with the DMA. I don't know how to do it. I have the idea to use registers directly but I'm not sure about this.
Do you have any solution ?
Thank you
Pierre
Beta Was this translation helpful? Give feedback.
All reactions