Hello everyone,
I am modifying the arbitrary waveform generator example on Raspberry Pico described in this link:
https://www.instructables.com/Arbitrary ... ry-Pi-Pic/
The program is written in microphyton and takes advantage of PIO and two DMA channels to continuously generate different analog waveforms. I can't find documentation on how to associate a custom handler for handling DMA interrupts. I have a doubt that this peripheral is not yet fully handled by the SDKs and I should therefore switch to C programming.
Any suggestions on this are welcome.
Thank you all!
I am modifying the arbitrary waveform generator example on Raspberry Pico described in this link:
https://www.instructables.com/Arbitrary ... ry-Pi-Pic/
The program is written in microphyton and takes advantage of PIO and two DMA channels to continuously generate different analog waveforms. I can't find documentation on how to associate a custom handler for handling DMA interrupts. I have a doubt that this peripheral is not yet fully handled by the SDKs and I should therefore switch to C programming.
Any suggestions on this are welcome.
Thank you all!
Statistics: Posted by mauroll — Fri Mar 15, 2024 11:03 am