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.

CC1352R: CC1352R UART

Part Number: CC1352R

Hello,

I am using CC135R controller. In CC1352R1_LAUNCHXL.C file UART  RX  pin configured  as pull_down. what is use of pull_down?

  • Hello Mamantha,

    The RX pin is configured with a pull down to prevent the pin from floating which can cause false UART signals and also lead to increased current consumption. The direction of the pull resistor is dependent on your system.

    -Simon
  • Hi,

    You are correct that the UART RX pin is configured to pull-down in the BoardGpioInitTable table. However, this table only contains the configuration for IOs that is not "in use". This means that it is the configuration of the IO when not used by the UART driver.

    In the case of the launchpads, the default setting is to pull it low to avoid leak currents in the level converters used on the boards.