2026/5/21 11:24:42
网站建设
项目流程
找网站做,网站开发成本都有哪几项,wordpress dream chaser,购物平台推广方案一、microblaze串口打印
1.microblaze挂在axi_uartliete#xff0c;然后连接uart接口进行串口打印
2.如果FPGA硬件没有外置串口#xff0c;这个时候可以使用MDM#xff0c;也就是使用jtag模拟串口#xff0c;来实现串口打印#xff0c;使用jtag模拟串口#xff0c;也叫…一、microblaze串口打印1.microblaze挂在axi_uartliete然后连接uart接口进行串口打印2.如果FPGA硬件没有外置串口这个时候可以使用MDM也就是使用jtag模拟串口来实现串口打印使用jtag模拟串口也叫jtag_uart二、jtag_uart配置jtag_uart的配置在MDM这个iP CORE中具体如图三、注意要使用中断控制器使用jtag_uart要添加中断否则最后无法打印。四、SDK的BSP包修改配置五、使用xilinx tcl cmd窗口启动vivado XSCT,依次执行如下命令 1.connect -host localhost -port 3121//连接JTAG下载盒 2.targets 2//选择目标器件这里选对应器件的Debug Module 3.jtagterminal -start//启动jtagterminal窗口然后就可以运行之前创建好的应用程序了 4.观察打印信息 //观察jtagterminal窗口的打印信息六、参考https://blog.csdn.net/weiweiliulu/article/details/106332486https://blog.csdn.net/altair12345/article/details/117666749https://bbs.huaweicloud.com/blogs/363154https://blog.csdn.net/qq_32134427/article/details/111643529https://blog.csdn.net/luodicaizi84/article/details/108417797https://blog.csdn.net/luhao806/article/details/56666614七、另外1.如果ZYNQ没有留串口也可以例化MDM然后使能jtag_uart使用jtag模拟串口来打印信息。