Skip to main content

IAR Embedded Workbench for Arm 9.70.x

execUserPreload

In this section:
Syntax

execUserPreload

For use with

All C-SPY drivers.

Description

Called after communication with the target system is established and the target application is downloaded, but before the debug information that corresponds to the final application is read.

Implement this macro to initialize memory locations and/or registers which are vital for loading data properly.

Note

Do not use this macro if you are using a flash loader. Use the macro execUserFlashInit instead to perform early initializations required by the flash loader, see execUserFlashInit.