Why is PINGETZ/RDPIN/whatever not an implicit PINACK?
Seairth
Posts: 2,474
in Propeller 2
I can understand needing a separate ACK instruction for when you don't need to read from the pin (e.g. serial tx). But, is there a reason you would not want to ACK a pin when you read it?
Comments
I think this could vary with MODE.
For simple data-flow, as in the new DAC-Path, it makes sense to ACK-on-Read.
However, with hardware pin actions, there is a limited signaling set between COG and PIN, and some means to separately READ and Re-Arm could be needed with HW Pin Cell use.