CHIPPROG-40 Phyton Inc, CHIPPROG-40 Datasheet - Page 133

PROGRAMMER STANDALONE 40-DIP

CHIPPROG-40

Manufacturer Part Number
CHIPPROG-40
Description
PROGRAMMER STANDALONE 40-DIP
Manufacturer
Phyton Inc
Type
Universal, Stand Aloner
Datasheets

Specifications of CHIPPROG-40

Contents
Programmer, Cables, CD, Power Adapter
Ic Product Type
Programmer, Universal
Ic Interface Type
USB
Features
Embedded Script Language For Automation Of Routine Operations, Splits Files To Multiple Images
Rohs Compliant
Yes
For Use With/related Products
EEPROM, EPROM, FLASH, MCU, NVRAM
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
© 2010 Phyton, Inc. Microsystems and Development Tools
6.3.11 ACI_File_Params
See also: ACI_ExecFunction, ACI_StartFunction,
typedef struct tagACI_File_Params
{
constants
().
ACI_PLF_BINARY
().
ACI_PLF_BINARY
()
()
} ACI_File_Params;
FileName
BufferNumber
LayerNumber
Format
StartAddressLow,
StartAddressHigh
EndAddressLow,
EndAddressHigh
OffsetLow,
OffsetHigh
UINT
LPCSTR
UINT
UINT
UINT
DWORD
DWORD
DWORD
DWORD
DWORD
DWORD
Size;
FileName;
BufferNumber;
LayerNumber;
Format;
StartAddressLow;
StartAddressHigh;
EndAddressLow;
EndAddressHigh;
OffsetLow;
OffsetHigh;
The name of the file to be loaded to the ChipProg buffer.
The ordinal number of the destination buffer. Buffer numbers begins from zero.
The ordinal number of the memory layer in the buffer. Layer numbers begins
from zero.
The loadable file's format. See the description of the ACI_PLF_XXX*
constants in the aciprog.h header file (see below).
1) Being used with the
(start) address in the source memory layer, from which the file will be saved.
2) Being used with the
the binary format (Format == ACI_PLF_BINARY), this parameter specifies
the first (start) address of the destination memory layer, in which the file will
be load into. Binary images do not carry any addresses for the file loading.
Being used with the
The address offset that shifts the file position in the destination memory layer.
The offset can be negative as well as positive.
// (in)
// (in)
// (in)
// (in)
// (in)
// (in)
//
// (in)
//
// (in)
// (in)
// (in)
// (in)
ACI_FileSave
Size of structure, in bytes
File name
Buffer number
Layer number
File format: see ACI_PLF_... and ACI_PSF_xxx
Low 32 bits of start address for ACI_FileSave
For ACI_FileLoad(): Ignored if Format !=
High 32 bits of start address for ACI_FileSave
For ACI_FileLoad(): Ignored if Format !=
ACI_FileSave(): Low 32 bits of end address
ACI_FileSave(): High 32 bits of end address
Low 32 bits of address offset for ACI_FileLoad
High 32 bits of address offset for ACI_FileLoad
ACI_FileSave
ACI_FileLoad
ACI_GetStatus
Programming Automation via DLL
function this parameter specifies the first
function, but only when it loads a file in
133

Related parts for CHIPPROG-40