mcu_can_debug
mcu_debug_cap mcu_bp_classes mcu_bp_class_first mcu_bp_class_count mcu_bp_class_cap mcu_bp_class_max_count mcu_debug_rom_reserve mcu_debug_ram_reservemcu_can_debug
This function determines if the device can be debugged.
Syntax
int mcu_can_debug(
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 non-zero if the device can be debugged with NSDSP, or zero otherwise.
Notes
If the function returns zero, do not attempt debugging.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.