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/CC2640R2F: Converting uart example from launchpad to RSM packaging

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Using SDK: 4.20.00.04
Example project: Uartecho

What needs to be configured in board.h, CC2640R2_LAUNCHXL.h, CC2640R2_LAUNCHXL.c, and CC2640R2_LAUNCHXL_fxns.c in order for the uart echo example to work on a 4x4mm RSM package CC2640R2?

I am aware that the RSM package only has 10 pins and goes up to DIO9. When I set the rest of the pins to PIN_UNASSIGNED and comment out references to unused pins in CC2640R2_LAUNCHXL_fxns.c, my code runs but I don't see anything coming out of the pins. I can step through the code and see the code successfully reach the uart read portion. I don't see anything from the TX stating the opening message either.