Part Number: TMS570LC4357
Tool/software: Code Composer Studio
Hello,
I tried previously to turn on a pin M1 (GIOA7) using the command gioSetBit(PORTA,7,1), and it appeared to work, however, when I load another program with the command gioSetBit(PORTA,7,0) the pin doesn't turn off. It's still outputting a voltage.
Also, it seems that since I've run the original program, random pins across the board are just on for some reason. (V5,W8,C3,A7 just to name a few)
Anyone have some idea what's going on??