hi,
I have an ezdsp 28335 and i try to define gpio0 as output, i read the pdf but there is no c example, first i have to use the mux register to select the operation of the pin, then i have to use the gpxdir (x cdb A,B or C) to define as output or input, but how i specify what pin i use? i mind the code would be something like:
GpioMuxReg.GPAMUX1.?? = 0X0000;
GpioMuxReg.GPADIR.?? = 0X0001;
Wdb the code for the data reg?
Wdb the code for the input qualifier?
Thanks.
Gaston