nsdsp_free
nsdsp_get_error nsdsp_get_serial nsdsp_get_version nsdsp_adjust_vdd nsdsp_adjust_vpp nsdsp_set_vdd_override nsdsp_set_rate nsdsp_set_flow_control nsdsp_use_alt_mclr nsdsp_use_method nsdsp_ignore_eeprom nsdsp_ignore_uid nsdsp_allow_otp nsdsp_config_jtag nsdsp_config_debug nsdsp_config_lvp nsdsp_config_cksw nsdsp_config_wdt nsdsp_reset_after_prog nsdsp_set_debug_magic nsdsp_set_debug_rom nsdsp_set_debug_ram nsdsp_set_debug_cores nsdsp_start_spi_session nsdsp_start_uart_session nsdsp_start_prog_session nsdsp_start_debug_session nsdsp_end_sessionnsdsp_free
This function disconnects from NSDSP, destroys the NSDSP object and frees all the memory occupied by the object.
Syntax
void nsdsp_free(
nsdsp_t nsdsp
);
Parameters
nsdsp - a reference to the NSDSP object returned by nsdsp_connect function
Notes
If there was an active session linked to the NSDSP object, the Session object will be destroyed, but this will not affect the NSDSP programming. For example, if you had an SPI session driving pins, the NSDSP programmer will continue to drive pins.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.