cancel
Showing results for 
Search instead for 
Did you mean: 

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 ?

SS.7
Associate

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!

2 REPLIES 2

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 Up vote any posts that you find helpful, it shows what's working..

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