GPIO Access on TD1204 DB2 - DB3
Posted: Sun May 24, 2015 9:35 am
Hello,
I have a problem to acces DB2 / DB3 GPIO on TD1204
GPIO_PinModeSet(DB2_PORT, DB2_BIT, gpioModePushPull, 1);
GPIO_PinModeSet(DB3_PORT, DB3_BIT, gpioModePushPull, 1);
...
GPIO_PinOutClear(DB2_PORT, DB2_BIT);
...
GPIO_PinOutSet(DB2_PORT, DB2_BIT);
The DB2 / DB3 state does not change, it stays low for one and high for the other
Any Idea ?
I have a problem to acces DB2 / DB3 GPIO on TD1204
GPIO_PinModeSet(DB2_PORT, DB2_BIT, gpioModePushPull, 1);
GPIO_PinModeSet(DB3_PORT, DB3_BIT, gpioModePushPull, 1);
...
GPIO_PinOutClear(DB2_PORT, DB2_BIT);
...
GPIO_PinOutSet(DB2_PORT, DB2_BIT);
The DB2 / DB3 state does not change, it stays low for one and high for the other
Any Idea ?