Timex M851 Watch User Manual


 
M851 WristApp Design Guide Rev 1.2
Timex Corporation 119
appname_code_nnn.bin
This is the WristApp code stored in a format that the watch can readily
grab the correct section to be loaded into the overlay area for
execution.
The appname is the name of wristapp.
nnn is the version number of the required M851 firmware.
For the counter wristapp, these are the following files generated:
counter.app
counter.txt
counter_par_018.bin
counter_code_018.bin
If there are no errors in the source files, all the required files to build the downloadable file will be available
and executing the Create WristApp Downloadable Files would be completed.
If the Create WristApp button displays a message indicating that a ?????????.SRE is not found (as shown
in the screen snapshots below), this indicates that the build script was unable to complete compiling the
section due to errors in the source files attached to a section.
Source files attached to the COMMON section have errors.
Source files attached to the STATE0 section have errors.
If an error exists then you can view the source of the errors by opening the following files:
File Description
sourcename.ers
This error file is generated by the assembler (AS88.EXE). If
successful, the output of the assembler is an OBJ file.
The sourcename could be the section that generated the error. For
example: common.ers, state0.ers, state1.ers or param.ers.
sourcename.elk
This error file is generated by the linker (LK88.EXE). If successful, the
output of the linker is an OUT file.