According to Product design guide (page 71, chapter 12.3) : “UART4 pins do not support UART functionality and UART4_RX pin is reserved and must be tied to GND through a 10kΩ resistor”
But in the carrier board reference schematic it’s connected to GND via 0R
We have it actually at the moment floating in our design and it also seems not to cause any problem.
Please what is behind this signal in SoM module? What can happen when we don’t have the recommended 10k (ie. we use 0R or left it floating)?
…well in the P2822_B03_OrCAD_schematics.pdf dated 21-Aug-2018 that I’ve downloaded from NVidia webpage is R955 = 0R
Anyway, I’ve also like to ask more details about possible impact when pin is left floating. We also forgot to connect it in first sample of our HW :-(.
regarding this topic, it seems that it is not possible to configure the L48 pin through the excel sheet Jetson_AGX_Devkit_Pinmux_Configuration_Template_23_05_2019.xlsm.
However, in the devkit we checked the value of the register 0x02434030, which seems to hold the pinmuxing configuration of that pin, and the default value is 0x415, where the bits 3:2 indicates that it sets a pull-down resistor. Please, could you confirm that having this value in that register is enough?
Unfortunately we don’t have possibility to use external pull-down (signal is not accessible on the board) => what implication has it when this pin is floating? (ie. what features are affects, etc.? )
By what mechanism can be the chip damaged in absence of pull-down?
I can imagine that it can deliver some false input into the SW by floating signal, but it’s bit hard to picture how chip can be damaged when there is absence of voltage/current on this pin?
Btw. in the Jetson_AGX_Series_DevKit_Pinmux_Configuration_Template_1_06.xlsm is this pin described that it has default 100k pull-down at reset state. Is this information not accurate?
The damage mechanism is out of discussion range of forum, please just follow that. Regarding the pinmux setting, programming function like pull down takes time to execute, the damage might happen before that. So if can’t change board, programming this pin to pull-down as early as possible can only reduce not eliminate risk.