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?
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.
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).