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