[SOLVED] tms570.jlinkscript

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] tms570.jlinkscript

    In the tms570.jlinkscript file,there is a line of code in the function InitTarget:JTAG_Write(0x1F, 0, 6);What is the purpose of this operation?Send six bit0 to TDI?What does 0x1F mean?

    C Source Code

    1. void InitTarget(void) {
    2. Report("J-Link script: InitTarget()");
    3. //
    4. // Reset debug logic in order to make sure that ONLY the ICEPick is in the JTAG chain
    5. //
    6. JTAG_TRSTPin = 0;
    7. SYS_Sleep(50);
    8. JTAG_TRSTPin = 1;
    9. SYS_Sleep(50);
    10. JTAG_Write(0x1F, 0, 6);
    11. _InitIcePick();
    12. }
    Display All

    The post was edited 2 times, last by liqunxiong ().

  • Hi,
    As you contacted us via Support Ticket system,
    and your question was already answered, we will close this thread.

    For the future:
    Please try to keep flow of information to one channel, as this is considerably lessening our work load and handling times.
    Also please refrain from opening several inquiries for the same question.

    Best regards,
    Fabian
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.