mcu_debug_ram_reserve
mcu_debug_ram_reserve
This function returns the amount of RAM which needs to be reserved for the NSDSP debugger.
Syntax
unsigned int mcu_debug_ram_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 RAM in bytes, or zero of no RAM is required.
Notes
If you use assisted debugging the required amount of RAM will be reserved automatically. Otherwise, you need to reserve RAM manually. See manual debugging setup.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.