nsdsp_start_prog_session
nsdsp_start_debug_session nsdsp_end_sessionnsdsp_start_prog_session
This function starts a programming session which may be used to program (including programming for debug), erase, verify, or read the chip.
Syntax
nsdsp_session_t nsdsp_start_prog_session(
nsdsp_t nsdsp,
mcu_t mcu,
int read_only
);
Parameters
nsdsp - a reference to the NSDSP object returned by nsdsp_connect function
mcu - a reference to MCU Object returned by mcu_create or mcu_get_slave_core function.
read_only - non-zero if the session is read only. If you are going to program or erase the target device, set this to zero.
Return
The function returns the Session object, or NULL if something fails.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.