NXP Semiconductors
PT2001SWUG
PT2001 programming guide and instruction set
PT2001SWUG
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2019. All rights reserved.
User guide
Rev. 3.0 — 29 April 2019
51 / 153
jfbkr
Description:
Configures the jump to relative location on feedback condition.
If the condition defined by the SelFbk operand is satisfied according to the polarity Pol,
the program counter (uPC) is handled such as the next executed instruction is relative
destination address.
The jump is relative to the instruction Code RAM location. The destination address is the
actual instruction Code RAM location added to the Dest operand value. This 5-bit value
is a two's complemented number. The MSB is the sign. So Dest operand value is in the
range of {–16, 15}.
Assembler syntax:
jfbkr Dest SelFbk Pol;
Operands:
•
Dest – Operand defines the 5-bit relative destination address in the range of {–16, 15}.
•
SelFbk – Operand defines the feedback signal condition
Operand label
Operand description
Operand binary value
hs1v
High-side predriver 1 V
DS
feedback
0000
hs1s
High-side predriver 1 V
SRC
feedback
0001
hs2v
High-side predriver 2 V
DS
feedback
0010
hs2s
High-side predriver 2 V
SRC
feedback
0011
hs3v
High-side predriver 3 V
DS
feedback
0100
hs3s
High-side predriver 3 V
SRC
feedback
0101
hs4v
High-side predriver 4 V
DS
feedback
0110
hs4s
High-side predriver 4 V
SRC
feedback
0111
hs5v
High-side predriver 5 V
DS
feedback
1000
hs5s
High-side predriver 5 V
SRC
feedback
1001
ls1v
Low-side predriver 1 V
DS
feedback
1010
ls2v
Low-side predriver 2 V
DS
feedback
1011
ls3v
Low-side predriver 3 V
DS
feedback
1100
ls4v
Low-side predriver 4 V
DS
feedback
1101
ls5v
Low-side predriver 5 V
DS
feedback
1110
ls6v
Low-side predriver 6 V
DS
feedback
1111
Pol – Operand defines the active polarity for the selected bit
Operand label
Operand description
Operand binary value
low
Active condition if the selected bit is '0'
0
high
Active condition if the selected bit is '1'
1