Other Parts Discussed in Thread: SYSCONFIG
Hi everyone,
I'm using simple_peripheral_oad_offchip_CC26X2R1_LAUNCHXL_tirtos_ccs project.
How to use Display_printf to print something with UART
The code is:
Display_Handle dispHandle = NULL;
static void SimplePeripheral_init(void)
{
GPIO_init();
I2C_init();
Display_init();
.
.
.
Display_printf(dispHandle, 1, 0, "====================");
.
.
.
}
As following screenshot, I am seeing random gibberish getting printed on the machine.