Generic Interrupt Handler

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
formica
Posts: 8
Joined: Thu Mar 30, 2017 10:47 pm

Generic Interrupt Handler

Post by formica » Thu Nov 16, 2017 11:05 pm

I'm hacking with non blocking dma functionalities through "stm" module and I need to define, from python, an interrupt handler triggering a specific dma interrupt.
How can I do?

Post Reply