Simcom Sim800h Eat User Manual v1.01
Simcom Sim800h Eat User Manual v1.01
Simcom Sim800h Eat User Manual v1.01
Manual_V1.01
Document Title:
Version:
1.01
Date:
2013-11-27
10Status:
Draft
AN_SIMCom_SIM800H_EAT_User_Manual_App Note
General Notes
SIMCom offers this information as a service to its customers, to support application and
engineering efforts that use the products designed by SIMCom. The information provided is based
upon requirements specifically provided to SIMCom by the customers. SIMCom has not
undertaken any independent search for additional relevant information, including any information
that may be in the customers possession. Furthermore, system validation of this product designed
by SIMCom within a larger electronic system remains the responsibility of the customer or the
customers system integrator. All specifications supplied herein are subject to change.
Copyright
This document contains proprietary technical information which is the property of SIMCom
Limited., copying of this document and giving it to others and the using or communication of the
contents thereof, are forbidden without express authority. Offenders are liable to the payment of
damages. All rights reserved in the event of grant of a patent or the registration of a utility model
or design. All specification supplied herein are subject to change without notice at any time.
Copyright Shanghai SIMCom Wireless Solutions Ltd. 2008
SIM800H_EAT_User_Manual_V1.01
27.11.2013
Version History
Data
Version
Description
Author
2013-11-27
V1.01
Created
Jack Sun
SCOPE
This document describes how to build and compile one project with embedded AT
feature.
This document could be used for SIM800 series, for example SIM800H.
This document is subject to change without notice at any time.
SIM800H_EAT_User_Manual_V1.01
27.11.2013
2Compile
2.1Tool Installation
After you install the compiler successfully, there should be some output after you type armcc in
cmd; the details please refer to the installation user guide;
2.2Compiling Procedure
SIM800H_EAT_User_Manual_V1.01
27.11.2013
File
Description
Configured or
Not
user.mak
Yes
Makefile
No
option.mak
No
app_build.mak
No
SIM800H32.bat
build/user.mak
build /Makefile
build/option.mak
Found the file folder
Enter SRC_OPEN_MODE_NAME
to compile sub cell
2.3Customer Configuration
Basically, customer needs to modify the file user.mak according to his own configuration,
open the file by Ultra-Edit; for example:
# RVCT 3.1 Root Directory
DIR_ARM = C:\ RVCT_EAT
//normally located in the system root
# Source Code Directory
SRC_DIR = demo
//default setting
# Example Sample Name
SRC_OPEN_MODE_NAME = adc //the example sample which you want to implement
2.4Add file
If customer needs to add some source code, for example, add a test code for SMS application,
the source code should contain: main.c, app_sms.c, app_sms.h.
Note: App source code must contain one main.c as the entrance;
Steps as follows:
SIM800H_EAT_User_Manual_V1.01
27.11.2013
After you finished the compiling, it should create one folder named OUTPUT which contains
the compiling result,
from the log file, you could find the result of your source code, warning or erroretc;
3Download
SIM800H_EAT_User_Manual_V1.01
27.11.2013
The target file contains two parts: one is core file provided by SIMCom, another one is the APP
file which created by customers themselves;
Normally, the modules shipped to customers should contain the core file already (if order with
EAT functionality, others need to upgrade), customer only needs to compile his app file and
download it; the details please refer to SIMCom_SIM800H_EAT_flash_tool_User
Manual_V1.02
Note:
1) If SIMCom releases new FW version, customer needs to update his core program
correspondingly; meanwhile, the app code also need to be recompiled based on the new
library;
2) The download tool should be various according to different demands;
SIM800H_EAT_User_Manual_V1.01
27.11.2013
Contact us:
Shanghai SIMCom Wireless Solutions Ltd.
Add: Building ASIM Technology BuildingNo.633Jinzhong RoadChangning
District, Shanghai,P. R. China 200335
Tel: +86 21 3235 3300
Fax: +86 21 3235 3301
URL: www.sim.com/wm
SIM800H_EAT_User_Manual_V1.01
27.11.2013