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: Adding UART serial interface to RF4CE remote example

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: REMOTI, CC2650RC

Tool/software: Code Composer Studio

I'm trying to modify the LAUNCHXL-CC2650 to send out RF4CE commands when it receives certain commands from the UART.

I'm using the Remoti cc2650rc example as the based for my application.  I know it doesn't have the UART features in this example so I'm looking at the simple_np_cc2650lp application and the rnp_app to see how to integrate the UART feature into the cc2650rc example.  Is there are better example which shows how to integrate the UART into an application that uses the RF4CE Stack?

Also, I can't seem to find where the UART port settings are defined in the simple_np app.  I want to configure the app to use the serial port setting of 9600-8-N-1.