WAITCNT'ing in 2 Cogs & Conflict?
I have a couple of things going on, in two cogs,
both use a WAITCNT delay.
I guess they need to be synchronised, there's a conflict.
Changing the values can make for interesting results.
It chugs along successfully for several (5) iterations
and then... it konks out, freezes.
Attaching my dilemma.
How can I harmonise the two?
both use a WAITCNT delay.
I guess they need to be synchronised, there's a conflict.
Changing the values can make for interesting results.
It chugs along successfully for several (5) iterations
and then... it konks out, freezes.
Attaching my dilemma.
How can I harmonise the two?
spin

697B
Comments
-Phil
That's it.
I have to remember about "repeat" instead of the Method's name (a-la "GOTO", etc.)
Thanks!