随笔分类 - KEIL C166
摘要:Interfacing C to AssemblerYou can easily interface your C programs to routines written in XC16x/C16x/ST10 assembly language.The A166 Assembler is a macro assembler that emits object modules in OMF166 format.By following a few programming rules, you can call assembly routines from C and vice versa.Pu
阅读全文
摘要:MON166: SOFTWARE RESET USING THE MONITORQUESTIONWhat happens when debugging using MON166 and my program executes a software reset using the SRTS instruction?Specifically, does SRST restart the monitor or does it restart my program?ANSWERThe behavior of SRST depends on how MON166 is integrated into y
阅读全文
摘要:MON166 is a debug monitor for C16x and ST10 user programs. It consists of:A configurable monitor program that resides and runs on your target system.The µVision Debugger and its associated MON166 driver.The code space requirements of MON166 are small. It can run from about 5K of external or on-
阅读全文
摘要:http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka10535.htmlC166: START167 AND BOOT167QUESTIONI do not quite understand the files START167.A66 and BOOT167.A66.Is BOOT.A66 used for the monitor and START167.A66 used for the final application ?ANSWERThe BOOT167.A66 file is part of the
阅读全文