IPL-ST7 SofTec Microsystems SRL, IPL-ST7 Datasheet - Page 17

no-image

IPL-ST7

Manufacturer Part Number
IPL-ST7
Description
PROGRAMMING LIBRARY FOR ST7 DLL
Manufacturer
SofTec Microsystems SRL
Type
Programming Library (DLL)r
Datasheet

Specifications of IPL-ST7

For Use With/related Products
ST7 Flash MCUs
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Other names
520-1026
Return value:
Description:
IPL_Read
Include file:
Function prototype:
Parameters:
TRUE
FALSE
Programs (writes) a portion of the target device’s memory.
Note: this function must be called within an
IPL_EndProgramming
#include “IPL_ST7.h”
BOOL IPL_Read
(int mem_type,
unsigned long start_addr,
unsigned long len,
unsigned char *mem,
BOOL *result,
IPL_ProgressProc *callback);
mem_type
start_addr
:
:
:
:
the function was successful.
an error occurred. Call the
to get extended error information.
callback
function prototype must be defined as follows:
void IPL_ProgressProc (unsigned long);
the type of memory affected. Can be one of the
following values:
IPL_MEMORY_CODE
IPL_MEMORY_DATA
IPL_MEMORY_OPTION
the start address. When reading the Option Bytes, set
this parameter to
block.
parameter must be
0
.
IPL_GetErrorMessage
IPL-ST7 Programming Library
IPL_StartProgramming
NULL
. The callback
function
Page 17
/

Related parts for IPL-ST7