Hi,
I would like to control the execution of the PIO program from C program so I use as the first instruction of my PIO program. On C side, I can't find a "pio_interrupte_set()" function (only pio_interrupt_clear and pio_interrupt_get). So I use but it doesn't work. How do I set irq 0 so that the "wait" instruction passes?
Thanks
I would like to control the execution of the PIO program from C program so I use
Code:
wait 1 irq 0
Code:
pio->irq |= 0x1;
Thanks
Statistics: Posted by seanchenca — Sun Aug 11, 2024 9:23 am — Replies 1 — Views 22