Skip to main content
SS.7
Visitor II
November 10, 2018
Question

Hi, I have a doubt in JTAG signals.Is it necessary to add a pull up or pull down resistors for the signals TRST,TDI,TDO,TMS,TCLK in JTAG connector ?

  • November 10, 2018
  • 2 replies
  • 2838 views

Also in STM32 reference manual they have mentioned only about the internal pull ups and not about the external .Just want to know whether pull up or pull down resistors are required for those 5 signals?

Thanks!

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    November 10, 2018

    Optional. You can always have pads and opt to no-fit on the BOM

    You do need a pull-down on BOOT0 to ensure consistent startup, I'd recommend a pull-up on NRST, and your own reset circuit it you manage multiple supply rails.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    waclawek.jan
    Super User
    November 10, 2018

    All JTAG signals are driven push-pull (i.e. all the time high or low) by the JTAG adapter, except TDO which is in turn driven by the target (STM32). The pullups are there to prevent spurious action when the adapter is not connected.

    In other words, unless there's some significant noise source, the internal pullups should suffice.

    JW