PIO: '@rp2.asm_pio(out_init=' failing to set pin state properly #18696
-
|
I've got another 'weirdness' going on.... I have a PIO StateMachine: Which generates a differential signal, two outputs which should operate anti-phase to each other. BUT, sometimes after reloading the StateMachine the outputs are IN-PHASE... anyone seen this happen? Any suggestions on how to ensure that the two outputs are correctly set? (ps. I don't have any more space for PIO instructions, the PIO are completely full). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
OK, this was caused by my messing with Muxing, and having both GPIO set zero... Now they are set high/low and I don't see the problem. |
Beta Was this translation helpful? Give feedback.
OK, this was caused by my messing with Muxing, and having both GPIO set zero...
Now they are set high/low and I don't see the problem.