mcu_debug_rom_reserve
mcu_debug_ram_reservemcu_debug_rom_reserve
This function returns the amount of ROM which needs to be reserved for the NSDSP debugger.
Syntax
unsigned int mcu_debug_rom_reserve(
mcu_t mcu
);
Parameters
mcu - a reference to the MCU object returned by mcu_create or mcu_get_slave_core function.
Return
The function returns the amount of ROM in bytes, or zero of no ROM is required.
Notes
If you use assisted debugging the required amount of ROM will be reserved automatically. Otherwise, you need to reserve ROM manually. See manual debugging setup.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.