摘要: 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 阅读全文
posted @ 2014-01-20 23:13 IAmAProgrammer 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 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- 阅读全文
posted @ 2014-01-20 22:52 IAmAProgrammer 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2014-01-20 22:22 IAmAProgrammer 阅读(572) 评论(0) 推荐(0) 编辑
摘要: http://supp.iar.com/Support/?Note=27498EWARM v5.xx (and newer)The placement of a few functions in a specific section is done with the ...#pragma location="FUNCTIONS"void h(void);... but this becomes impractical when there are many functions to place. So the ILINK linker of EWARM 5.xx can p 阅读全文
posted @ 2014-01-20 21:56 IAmAProgrammer 阅读(3339) 评论(0) 推荐(0) 编辑