📄 !readme.txt
字号:
===============
| ACPRD V1.00 |
===============
December 6 2002
Project Source Files
--------------------
To build the ACPRD firmware, add the following source files to a compiler project:
acprd_main.c
acprd_timer.c
acprd_encoder.c
acprd_keyb.c
acprd_freqout.c
acprd_song.c
acprd_vectors.c
s12co_spiio.c
s12_atd.c
s12_crg.c
s12_eets.c
s12_sci.c
s12_spi.c
t6963.c
display.c
timedate.c
Linker Settings
---------------
The linker options could be set as follows (example):
- text (code) segment start at 0x4000 (start of Flash EE)
- data (bss) segment start at 0x1000 (start of RAM)
- stack pointer set to 0x4000 (end of RAM)
Compiler Dependencies
---------------------
The source code is ANSI-C compliant with the exception of using // for comments.
Some compiler specific issues are covered in the header file DATATYPES.H.
The project was implemented using ImageCraft's ICC12 compiler and tested under
Metrowerks CodeWarrior, though it should be possible to build the project with
any other HC(S)12 compiler as well.
The C-startup code is start12.c for CodeWarrior and the default crt12.c for the
ImageCraft Compiler. When compiling the project with Codewarrior, set the
compiler option "-TuC" in order to make "char" variables unsigned by default.
Web Project Page
----------------
Please visit the ACPRD Project Page at http://hc12web.de/acprd
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -