User's Manual
EWB160031M User manual
Proprietary & Confidential Information Egis Technology Inc.
Doc. NO:
Figure 9: debug Setup
Note: In view of the importance of “ini” between patch code and ROM code, it is recommended
NOT to modify the content of this document; otherwise it may result in abnormal operation of the
codes.
9.3 Project Preview
By using the example of “hello world”, Kei project set-up method was outlined, and this chapter
willbe 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.