Functions in sdk folder description, Adding source file – Argox PA-20 Programming Guide User Manual

Page 7

Advertising
background image

PT-20 Programming Guide

5

For terminal develop environment.

Upgrade SDK Tool:

For upgrade App.bin in Force Mode.

AID Maker:

For set PA-20 / PA-2010 / PA-21 / PA-2110 agency ID.

Scanner FW upgrade:

For upgrade scanner module fw, if your scanner has something wrong, you can try

to upgrade it, Please see

“Scanner FW upgrade”

Utility:

It has two sub folders, “Font” and “ScanSetting”

Font:

You can make your font for PA-20 / PA-2010 / PA-21 / PA-2110 to display.

ScanSetting:

It can make a setting file for scanner, you need use SDK function to set it.( For

PA-20 / PA-2010 / PA-21 / PA-2110)

Functions in SDK folder description:

You have to Install RealView 2.2 in your computer.

PA2X_SDK.mcp is a RealView Developer Suite project file, developer need to set

PA2X_SDK.mcp

as RealViews’ project file.

App.bin is the binary file ,compiler by RealView 2.2. You can download the binary

file by PT-FileManager

Source folder is used to store application files and the PA-20 / PA-2010 / PA-21 /

PA-2110 function library used in the programs.

Library folder is used to store PA2X_Lib.a, Startup.s, and other *.inc files for

compiler, don’t delete this folder.

Others folder is for later

use. Don’t care this folder.

PA2X_SDK_Data folder is used to store object files.

Release folder is used to store compiler information.

Adding Source File:

All user application program source files has to be placed under Source folder, and

register needed file

s’ name in the project file of PA2X_SDK.mcp before proceeding

with compiling and linking process.

Advertising