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_adjust_vpp
This function sets VPP voltage level.
Syntax
unsigned int nsdsp_adjust_vpp(
nsdsp_t nsdsp,
unsigned int voltage
);
Parameters
nsdsp - a reference to the NSDSP object returned by nsdsp_connect function
voltage - the desired voltage in mV. The following values are supported
Programmer | Voltage Levels |
---|---|
NSDSP-1 | not supported |
NSDSP-2 | 9000 or 12000 |
Return
The function returns non-zero if the voltage level has been successfully set, or zero otherwise.
Notes
The function does not output the voltage on MCLR pin, it only affects internal voltage regulator.
The programming functions will set their own voltage level if HVP is used.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.