How to fix Serial for JTAG states?

Hi,
I'm using the Serial library function and the jtagbang program.
I see these lines for the JTAG.

Are these the initial JTAG values forced to all 1's?
SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 1 nRST = 0 nRESET = 1

I don't want to see all "1" output from Arduino Zero board on GPIO / JTAG bus.
I want to see all "0" on TCK, TMS, TDI
since this is the quiescent or non operating state.

What file to fix so that JTAG init values (TCK,TMS,TDI) are 0 ?

Thanks,

David

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.