This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using the F28377xD Docking Station

Other Parts Discussed in Thread: CONTROLSUITE

Hi,

I am very new to the world of microcontrollers and have recently acquired an F28377xD Experimenters kit. Right now I am just trying to get the GPIOs of the docking station to light an LED. I can get the LED on the ControlCARD to flash using the example code, but when I try using a pin on the docking station it will not work. Here are the commands I am using:

GpioCtrlRegs.GPBMUX1.bit.GPIO34 = 0;
GpioCtrlRegs.GPBDIR.bit.GPIO34 = 1;
GpioDataRegs.GPBCLEAR.bit.GPIO34 = 1;
GpioDataRegs.GPBSET.bit.GPIO34 = 1;

This is probably a really novice question, so I apologize, but any help would be appreciated.

-Brandon