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

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
Programming Library Reference
Function Reference
IPL_BlankCheck
Include file:
Function prototype:
Parameters:
Page 10
#include “IPL_ST7.h”
BOOL IPL_BlankCheck
mem_type
start_addr
len
result
callback
unsigned long start_addr,
unsigned long len,
(int mem_type,
BOOL *result,
IPL_ProgressProc *callback);
:
:
:
:
:
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 blank checking the Option
Bytes, set this parameter to
the number of bytes (starting from
blank check. When blank checking the Option Bytes,
this parameter is
and
returns
otherwise.
specifies the address of a callback function which will
get the progress (a value from 0 to 100) of the blank
check operation. You can use this feature to display a
progress bar while the target’s memory is being blank
checked. If this feature is not used, the
parameter must be
prototype must be defined as follows:
1
for devices with 1 Option Byte.
TRUE
if the checked memory if blank,
2
for devices with 2 Option Bytes,
NULL
. The callback function
0
.
start_addr
callback
FALSE
) to

Related parts for IPL-ST7