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.

CC3235MODS: LAUNCHCC3235MOD transceiver mode_how to use uart1

Part Number: CC3235MODS
Other Parts Discussed in Thread: SYSCONFIG

Hi,  Jacob,

Now I can run my application image on the target module. Thanks so far.

I have one more issue left. I want to use uart0 (GPIO1, GPIO2) as console port and uart1(GPIO3, GPIO4) as host port.

But I can only make uart0 running. There seems to be no example ccs file for utilizing both uart0 and uart1.

Any comment will be appreciated.

JY  

  • Hi JY,

    You posted a previous thread at this link. Is this issue resolved? Can you share your solution on that thread?

    To specify UART pins for the console versus the host, you should use Sysconfig. With Sysconfig, you can create a new UART instance and select which pins should service the console and which pins should service the host. Open an example from the SDK into CCS, and then navigate to the "SDK_example_name".syscfg file.

    I believe the console for this example is in the Display driver.

    Thanks,
    Jacob