DMA configuration with Viper #16146
Unanswered
sk8board
asked this question in
Using MicroPython
Replies: 2 comments
-
Is there any particular reason why you don't use the built-in functionality? IRQs are provided therein. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree the IRQ functions in MicroPython are robust. I am learning how to use Viper and I like the low level control of configuring a DMA channel with Viper. While going down this path, I realized I do not know how, or if possible, to use Viper to configure a DMA interrupt handler. Is there a way to configure a DMA interrupt to a handler function using Viper? |
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
-
I am using Viper to configure DMA registers on an RP2040. Is there a way to configure a DMA interrupt to a handler function using Viper?
Beta Was this translation helpful? Give feedback.
All reactions