Setting device template target properties: linker – Echelon IzoT NodeBuilder User Manual

Page 120

Advertising
background image

Enable Function
Execute

Enables the debugger to get and update the values of system timers and
to update the values of network variables in the watch list when
suspended at a breakpoint. This check box is selected by default.

Setting Device Template Target Properties: Linker

The Neuron Linker (NLD) is a Neuron C tool that is used to produce Neuron executable files. It links
the application image, user-libraries, system libraries, and the Neuron firmware.

You can modify the linker options for a target. To do this, right click the target, click Settings on the
shortcut menu, then select the Linker tab in the NodeBuilder Device Template Target Properties
dialog.

You can set the following properties:

Map File Options

Generate Map File

Generates a link map file in your working directory. This link map file
will have the same name as the device template, but with the .MAP
extension. This check box is selected by default.

If you select this check box, select whether to generate a Verbose or a
Summary link map.

• A Summary link map summarizes the memory usage of your

application image to determine how much margin is available in
each memory device.

• A Verbose link map contains a report showing the location of

every code and data segment; this report is useful for a detailed
understanding of the memory usage of each type of memory in
your target device. This is the default link map.

Variable
Placement

NodeBuilder 3

Allocates application EEPROM variables prior to allocating on-chip

106

Creating and Opening IzoT NodeBuilder Projects

Advertising