User's Manual

Table Of Contents
Proprietary & Confidential Information
iotTech Corporation, Taiwan
Doc. NO:
ITM-FCC3F1 Datasheet
7.3 Project Preview
By using the example of “hello world”, Kei project set-up method was outlined, and this chapter will
be devoted to introduce the code structure of “hello_world” project. One basic project at least
includes these documents such as “main_patch.c”, “sysdefs.o” , “opl1000_patch_m3.lib”, and
“opl1000_sdk_m3.lib”.
Figure 10: hello world Project Source Code Strucure
Amongst those, “main_patch.c” is project demonstration code, and “sysdefs.o”,
“opl1000_patch_m3.lib” and “opl1000_sdk_m3.lib’ are stored documents.
Address of folder for “opl1000_patch_m3.lib”& “opl1000_sdk_m3.lib”:
SDK\APS\targets\opl1000\Output\Objects\
If users need to newly build their own project, please add documents based on addresses outlined
above.