Tool/software: Code Composer Studio
Hi,
I need controlled the pinout state during DSP programming tms28335.
Especifally, i need configurate the gpio40 as output in low state.
The configuration used is:
Eallow;
GpioCtrlRegs.GPBMUX1.all=0x0000;
GpioCtrlRegs.GPBDIR.bit.GPIO40=1; //Salida
GpioCtrlRegs.GPBQSEL1.all=0x0000;
GpioCtrlRegs.GPBQSEL2.all=0x0000;
GpioCtrlRegs.GPBPUD.all=0xFFFF;
EDIS;
With above configuration, when Erase, Program and Verify, the GPIO40 is hold HIGH. Only turned LOW when run the DSP.
How can I make sure that the GPIO 40 is always LOW during DSP programming?
Thanks, Jorge.
