Comment on UDP transmitter implemented with PIO and DMA on the RP2040parentComments−rasz3yThis is using PIO not ARM (zero CPU time), PIO have whole 9 instructions and 32 instruction words shared between clusters of four PIOs https://blues.io/blog/raspberry-pi-pico-pio/
Comments
This is using PIO not ARM (zero CPU time), PIO have whole 9 instructions and 32 instruction words shared between clusters of four PIOs https://blues.io/blog/raspberry-pi-pico-pio/