simultaneous setting of GPIO outputs for H-bridge control, how to?
Posted: Thu Apr 18, 2024 9:47 am
Hi there I am trying to implement a simple stepper motor driver using two H-bridges using ESP IDF. The requirement is that the GPIO's (4 of them) are set simultaneously. My firmware programmer seem to not be able to achieve this.
I understand that this requires setting the GPIO's by writing directly to the register for the logic level output of the GPIO's very likely as a full word including all other required GPIO output level affected by the register.
Am I right?
Thanks for any insight for a hardware engineer
I understand that this requires setting the GPIO's by writing directly to the register for the logic level output of the GPIO's very likely as a full word including all other required GPIO output level affected by the register.
Am I right?
Thanks for any insight for a hardware engineer