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.

RSTOUT PIN

Hi,

On the DM8168 data sheet it is mention for the RSTOUT pin the following.

7.2.13 RSTOUT

The RSTOUT pin on the device reflects device reset status and is de-asserted (high) when the device is

out of reset. In addition, this output is always 3-stated and the internal pull resistor is disabled on this pin

while POR or RESET is asserted; therefore, an external pullup or pulldown can be used to set the state of

this pin (high or low) while POR or RESET is asserted. For more detailed information on external pullups

and pulldowns, see Section 4.3.1. This output is always asserted low when any of the following resets

occur:

• Power-on reset (POR)

• External warm reset

• Emulation warm reset (RESET)

• Software global cold or warm reset

• Watchdog timer reset.

The RSTOUT pin remains asserted until PRCM releases the host ARM Cortex-A8 processor for reset.

If I understand correctly the RSTOUT pin is “floating” during the POR or RESET are asserted and the internal resistor is disable. It means that the RSTOUT should have a pull down resistor to maintain the reset.

On the spectrum digital and UD works EVB there is no such a resistor. On the DM8148 there is.

Is it correct that a resistor should be connected to the RSTOUT pin on the DN8168? 

  • Hello,

    The RSTOUTn pin has an internal pull-up resistor selected by default. This is selected from the PINCTRL318 register (at address 0x48140CF4). The PINCTRL318 register has the following default value:

    PINCTRL318[2:0] MUXMODE = 0x0 (RSTOUTn)

    PINCTRL318[3] PULLDIS = 0x0 (Pullup or Pulldown enabled)

    PINCTRL318[4] PULLTYPESEL = 0x1 (Pullup selected)

    Regards,

    Pavel

  • Dear Pavel,

    Still the internal pull up/down is disable " this output is always 3-stated and the internal pull resistor is disabled on this pin

    while POR or RESET is asserted" the register value is not relevant.

    I think that an external pull down is needed?

     

    Regards,

    Gusti

  • Hi Gusti,

    As you noticed, the DM816x/AM389x EVM (which is used as a reference design) does not have an external pull up/down resistor attached to the RSTOUTn pin. And it works fine. So, based on that, I think that an externall pull down resistor is not needed for the RSTOUTn pin. Do you observe some malfunction regarding the RSTOUTn pin behaviour when there is no external pull-down resistor attached?

    Regards,

    Pavel

  • Dear Pavel,

    I am not sure that the EVB is working fine.

    One think that i know is that on the DM8148 there is a pulldown on the RSTOUT.

    I will add a pulldown resistor just in case. I alweys can not assemble it.

    Than you,

     

    Gusti