[SOLVED] JLink script file documentation

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

  • [SOLVED] JLink script file documentation

    In J-Link / J-Trace User Guide documentation (UM08001) in section 5.11 J-Link script files it is mentioned that for example SetupTarget() may use MEM_ API functions, OnTraceStart() may not use JLINK_TARGET_Halt() etc. These functions, even though are supposed to be called from the script file are not documented in UM08001.


    Where can the documentation for those (and similar) functions be found?
  • Hi,


    thanks for your inquiry.
    We are currently in the middle of the processes to rework UM08001.
    The manual is planned to be released around the end of next week.

    Source Code

    1. Function : Prototype
    2. JLINK_MEM_WriteU8() : int JLINK_MEM_WriteU8 (U32 Addr, U32 Data);
    3. JLINK_MEM_WriteU16() : int JLINK_MEM_WriteU16(U32 Addr, U32 Data);
    4. JLINK_MEM_WriteU32() : int JLINK_MEM_WriteU32(U32 Addr, U32 Data);
    5. JLINK_MEM_ReadU8() : U8 MEM_ReadU8 (U32 Addr);
    6. JLINK_MEM_ReadU16() : U16 MEM_ReadU16(U32 Addr);
    7. JLINK_MEM_ReadU32() : U32 MEM_ReadU32(U32 Addr);


    Best regards,
    Niklas
    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.