Appendix A
Gang Writer Dynamic Link Library
S5U1C17001Y23 Multi-Programmer
Seiko Epson Corporation
27
System Manual (Rev. 1.1)
Appendix A Gang Writer Dynamic Link Library
A.1 Overview
This chapter describes details of the ICD_GANG.DLL functions used for communicating with the ICDmini.
Refer to the following descriptions when using the Dynamic Link Library directly.
A.1.1 Example of Function Call
Example:
OpenIcdConnection
// Establishes a connection with the ICDmini
(Execute this function the number of times for the number of ICDminis to
be used.)
(Replace the target systems)
ResetTarget
// Issues a target reset.
GetStatus
// Monitors the end of target reset.
CheckTargetConnection
// Issues confirmation of connection with the target IC.
GetStatus
// Monitors the end of confirmation of connection with the target IC.
StartOperation
// Executes the specified operations.
GetStatus
// Monitors the end of all specified operations.
CloseIcdConnection
// Closes the connection with the ICDmini
(Execute this function the number of times for the number of ICDminis
used.)
* Repeated part