Skip to main content

IAR Embedded Workbench for Arm 9.70.x

__jlinkExecMacro

In this section:
Syntax
__jlinkExecMacro(function)
Parameters
function

A string that defines a name of the function in a J-Link script.

Return value
An unsigned integer

The return value from the J-Link script function.

For use with

The C-SPY J-Link driver.

Description

Calls a function (without any parameters) in a J-Link script file.

Example
_jlinkExecMacro("myfunction");
See also

The J-Link/J-Trace documentation available at www.segger.com.