摘要:
1 2 3 #define ITM_ENA (*(volatile unsigned int*)0xE0000E00) // ITM Enable 4 #define ITM_TPR (*(volatile unsigned int*)0xE0000E40) // Trace Privilege Register 5 #define ITM_TCR (*(volatile unsigned int*)0xE0000E80) // ITM Trace Control Reg. 6 #define ITM_LSR (*(volatile unsigned int*... 阅读全文
摘要:
IAR EWARM Printf via SWOStdout and stderr of the application can be redirected to ITM stimulus port #0. It means that stdout/stderr messages (e.g. str... 阅读全文
摘要:
JTAG -Joint Test Action GroupJTAG(Joint Test Action Group)联合测试行动小组)是一种国际标准测试协议(IEEE 1149.1兼容)Test Access Port and Boundary-Scan Architecture主要用于芯片内部测试及对系统进行仿真、调试。现在多数的高级器件都支持JTAG协议,如DSP、FPGA器件等。通常所说的JTAG大致分两类,一类用于测试芯片的电气特性,检测芯片是否有问题;一类用于Debug;一般支持JTAG的CPU内都包含了这两个模块。一个含有JTAG Debug接口模块的CPU,只要时钟正常,就可以通 阅读全文