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.

CC2642R: UART pin identification

Part Number: CC2642R

Tool/software:

Could you please help me which pin is TX(transmitting) & which is RX(receiving)  in below snap if I want to use UART on these pins on CC2642R:
I tried to search in datasheet but it not mentioned clearly.
  • Hi !

    Could you share the link/document where you found this table ?
    If you are using Code Composer Studio, you can configure which pins play which role in the syscfg file. For example, in the basic_ble project, I can see that DIO 20/4 is used for TX and DIO 22/3 is used for RX.

    Kind regards,
    Maxence

  • Hi, Above mentioned table is from CC2642R datasheet. Is it possible to configure DIO2  & DIO3 as  TX & RX respectively through CC2642 JTAG as we're using it in our design already or these pins are fixed for TX & RX in hardware itself?

  • Hi,

    I'm not sure what you mean by configuring the pins through the CC2642 JTAG. You can configure your pin layout using the .syscfg file in Code Composer Studio. You first need to unlock the pin layout by clicking "Show board view" in the top right corner, and "use custom board"

    Once that's done you can change the UART pins to any pin you want in "Serial Interfaces" > "UART":

    Kind regards,
    Maxence