This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

jtag instruction register for TMS320F28069

Other Parts Discussed in Thread: TMS320F28069

Hi everybody,

how long is the jtag instruction register for TMS320F28069 ?

Thanks,

M.

  • Michi Mic said:

    Hi everybody,

    how long is the jtag instruction register for TMS320F28069 ?

    Thanks,

    M.

    Michi,

    Sorry this is so difficult to find.  I will ask that it gets added to the data manual.

    From the BSDL file it is 38.

        attribute INSTRUCTION_LENGTH of TMS320F2806x : entity is 38;
        attribute INSTRUCTION_OPCODE of TMS320F2806x : entity is
            "extest (000000XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX),"  &
            "bypass (111111XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX),"  &
            "sample (000001XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX),"  &
            "preload (000001XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX),"  &
            "idcode (000100XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX),"  &
            "highz (000101XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX),"  &
            "dc_strbs (111110XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)";

    -Lori