INDART-ONE/FSL SofTec Microsystems SRL, INDART-ONE/FSL Datasheet - Page 117

PROG/DEBUG FOR HC08/HCS08/HCS12

INDART-ONE/FSL

Manufacturer Part Number
INDART-ONE/FSL
Description
PROG/DEBUG FOR HC08/HCS08/HCS12
Manufacturer
SofTec Microsystems SRL
Series
inDARTr
Type
In-Circuit, Real-Time Debugger/Programmerr

Specifications of INDART-ONE/FSL

Contents
In-circuit debugger/programmer unit, Cables, Evaluation Board and Software
For Use With/related Products
Freescale HC08/S08/RS08/S12/S12X
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
520-1038
INDART-ONE
9.5.11 IPL_LoadFileIntoBuffer()
Include file:
Function prototype:
Parameters:
Return value:
#include “IPL-One.h”
BOOL IPL_LoadFileIntoBuffer(
filename:
file_format:
file_offset:
buffer_offset: offset (in bytes) from the beginning of the
TRUE:
const char *filename,
IPL_FILE_FORMAT file_format,
unsigned long file_offset,
unsigned long buffer_offset);
file to load into the programming buffer.
file format. Can be one of the following constants:
offset (in bytes) from the beginning of the file. That
is, the first file_offset bytes read from the file
are discarded. Valid only when file_format is
IPL_FORMAT_BINARY.
programming buffer. That is, the programming
buffer is filled starting from the buffer_offset
address. Valid only when file_format is
IPL_FORMAT_BINARY.
the function was successful.
IPL_FORMAT_BINARY (for binary files);
IPL_FORMAT_IHEX (for Intel-Hex files);
IPL_FORMAT_S19 (for Motorola S-Record
files).
inDART-One User's Manual
115
9

Related parts for INDART-ONE/FSL