Cart Contact NSDSP Home

mcu_get_slave_core

This function creates an MCU object for a slave core.

Syntax

mcu_t mcu_get_slave_core(
        mcu_t             mcu,
        int               core
);

Parameters

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

core - the index of the slave core, starting from 1.

Return

The function returns a new MCU object for the slave core, or NULL if there is no slave core.

Notes

You can use the new MCU object to gather information about the slave core. You can also use the new object to read, program, or debug the slave core.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

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