hex_map_partition
hex_map_append_block hex_map_delete_block hex_map_first_blockhex_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
© 2007-2025 Northern Software Inc. All Rights Reserved.