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.