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/CC2642R: Code Composer Studio™ forum

Part Number: CC2642R
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

Dears,

I am using CC2642 Launchpad with SDK simplelink_cc13x2_26x2_sdk_3_30_00_03.

how to disable UART on display?

  • Hi Ming,

    If using a project that uses SysConfig, then you configure the output source using this tool.

    In the case you don't, then it should be a predefined symbol which tells you which output to use (the define is something in line with BOARD_DISPLAY_USE_*).

    You could also search the c file for the Display_open() call and set the source yourself (change from ANY to something else).