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_ignore_uid
This function allows you to ignore User id when running canned algorithms.
Syntax
void nsdsp_ignore_uid(
nsdsp_t nsdsp,
int ignore
);
Parameters
nsdsp - a reference to the NSDSP object returned by nsdsp_connect function
ignore - non-zero to ignore User Id, or zero otherwise
Notes
If you ignore User id when programming, User id will be preserved (if the chip protection allows). If you ignore User id when reading or verifying, it will not be read or verified.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.