ACI_SetProgOption

Top  Previous  Next

 

ACI_FUNC ACI_SetProgOption(ACI_ProgOption_Params * params);

 

Description

 

This function sets device-specific options and parameters, which are specified in the Device and Algorithm Parameters Editor window. As an example see this window for one of the microcontrollers below.

 

Dev_Algorithm_Param

 

Note! This function does not physically write the specified information into the device being programmed. It actually writes to some virtual memory locations in the host PC's RAM, associated with physical locations in the target device's memory and registers. In order to complete programming the device parameters and to physically program them into the device's memory you should execute an appropriate Program command (function) in the command group Device Parameters, by means of the ACI_ExecFunction or ACI_StartFunction with appropriate attributes.

 

See also the ACI_ProgOption_Params structure description.