Other Parts Discussed in Thread: CONTROLSUITE
Hi,
I am using the TMDXDOCKH52C1 - H52C1 Concerto Experimenter kit - and cannot get anything to print to the console. The examples provided with ControlSuite have the following code:
SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOE);
GPIOPinConfigure(GPIO_PE4_U0RX);
GPIOPinConfigure(GPIO_PE5_U0TX);
GPIOPinTypeUART(GPIO_PORTE_BASE, GPIO_PIN_4 | GPIO_PIN_5);
UARTStdioInit(0);
UARTprintf( "Hello World!/n");
But when I run this code I do not see anything appear on the console. Can anyone see why it isn't working?
Thanks, Tom