171
Prototype
U16 MEM_ReadU16(U32 Addr);
5.12.2.29
JLINK_MEM_ReadU32()
Reads a word from the specified address.
Prototype
U32 MEM_ReadU32(U32 Addr);
5.12.2.30
JLINK_SYS_MessageBox()
Outputs a string in a message box.
Prototype
int JLINK_SYS_MessageBox(const char * sMsg);
5.12.2.31
JLINK_SYS_MessageBox1()
Outputs a constant character string in a message box. In addition to that, a given value
(can be a constant value, the return value of a function or a variable) is added, right behind
the string.
Prototype
int JLINK_SYS_MessageBox1(const char * sMsg, int v);
5.12.2.32
JLINK_SYS_Report()
Outputs a constant character string on stdio.
Prototype
int JLINK_SYS_Report(const char * sMsg);
5.12.2.33
JLINK_SYS_Report1()
Outputs a constant character string on stdio. In addition to that, a given value (can be a
constant value, the return value of a function or a variable) is added, right behind the string.
Prototype
int JLINK_SYS_Report1(const char * sMsg, int v);
5.12.2.34
JLINK_SYS_Sleep()
Waits for a given number of milliseconds. During this time, J-Link does not communicate
with the target.
Prototype
int JLINK_SYS_Sleep(int Delayms);
5.12.2.35
JLINK_SYS_UnsecureDialog()
Informs the user that the device needs to be unsecured for further debugging. This is
usually done via a message box where possible (except on Linux & Mac).
Prototype
int JLINK_SYS_UnsecureDialog (const char* sText, const char* sQuestion, const
char* sIdent, int DefaultAnswer, U32 Flags);
J-Link / J-Trace (UM08001)
CHAPTER 5
© 2004-2017 SEGGER Microcontroller GmbH & Co. KG
J-Link script files
Need help?
Do you have a question about the J-Link and is the answer not in the manual?