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.

CCS/LAUNCHXL-CC2650: Unable to display using UART

Part Number: LAUNCHXL-CC2650

Tool/software: Code Composer Studio

Hello, I am unable to get any kind of print out of the Simple_Central or Simple_peripheral via UART. I have attempted to initialize the Display_Print function by using Display_open(Display_Type_UART). As well, I have attempted to use UART_Print, pulled from the art echo example. UART_Print works fine before the RTOS is run (during initialization before BIOS_Start()). Am I missing an example somewhere of creating a task for the UART_Print function? or should I initialize before running UART within a task?