Cart Contact NSDSP Home

hex_map_partition

This function adds configuration bits to the Hex file. The configuration bits inform the programmer that the device must be partitioned before programming.

Syntax

int hex_map_partition(
        hex_map_t         map,
        mcu_t             mcu
);

Parameters

map - a reference to the Hex Map object

mcu - a reference to an MCU Object returned by the mcu_create function.

Return

The function returns non-zero if it succeeds or zero otherwise.

Notes

The routine will have no effect if the target device doesn't support partitioning.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

© 2007-2025 Northern Software Inc. All Rights Reserved.