ACI_WriteLayer

Top  Previous  Next

 

ACI_FUNC ACI_WriteLayer(ACI_Memory_Params * params);

 

Description

 

This function writes data to a specified memory buffer. The data size is limited by 16M Bytes.

 

Note! This function writes the data to the programmer's memory buffer but does not physically program the device. In order to physically write data from the buffer to the device's memory, execute the programmer command (function) Program by means of the ACI_ExecFunction or ACI_StartFunction with appropriate attributes.