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_config_cksw
This function forces CKSWEN configuration bits to the specified value when programming.
Syntax
void nsdsp_config_cksw(
nsdsp_t nsdsp,
int force,
int value
);
Parameters
nsdsp - a reference to the NSDSP object returned by nsdsp_connect function
force - non-zero to force the setting, zero otherwise
value - the value to use for CKSWEN, ignored if force is zero
Notes
This setting is ignored when programming for debug.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.