Skip to main content

IAR Embedded Workbench for Arm 9.70.x

__unloadImage

In this section:
Syntax
__unloadImage(module_id)
Parameters
module_id

An integer which represents a unique module identification, which is retrieved as a return value from the corresponding __loadImage C-SPY macro.

Return value

Value

Result

module_id

A unique module identification (the same as the input parameter).

int 0

The unloading failed.

Table 61. __unloadImage return values 


For use with

All C-SPY drivers.

Description

Unloads debug information from an already downloaded debug image.

See also

Loading multiple debug images and Images.