tap reset sequence

G

gomsi

Guest
I have a simple doubt about resetting sequence of Tap state machine
One way of resetting TAP FSM is through trst signal. Making trst
1(along with TMS=1 for the time trst transitions from 0 to 1) resets
the state machine and it enter run-test-idle mode.

A other way is by asserting TMS=1 for five TCK.. But am not able to do
it this way.. Any clues where i may be going wrong? What should be the
value on other test signals at this time? Since in my case the TAP
remains in test-logic-reset state
 
"gomsi" <gautamsharma24@gmail.com> wrote in message
news:1166512579.052963.4320@73g2000cwn.googlegroups.com...
I have a simple doubt about resetting sequence of Tap state machine
One way of resetting TAP FSM is through trst signal. Making trst
1(along with TMS=1 for the time trst transitions from 0 to 1) resets
the state machine and it enter run-test-idle mode.

A other way is by asserting TMS=1 for five TCK.. But am not able to do
it this way.. Any clues where i may be going wrong? What should be the
value on other test signals at this time? Since in my case the TAP
remains in test-logic-reset state
Asserting TSRT* = 0 (with TMS = 1) or holding TMS = 1 for 5 TCK cycles
should bring your TAP controller in Test-logic-reset state. Making TMS = 0
will then bring you into run-test-idle state.

Regards,
Alvin.
 

Welcome to EDABoard.com

Sponsor

Back
Top