microblaze 中断求助

[复制链接]
1302|0
 楼主| yuxhuitx 发表于 2017-8-31 13:28 | 显示全部楼层 |阅读模式
ISE14.7 KINTEX7,生成软核后用SDK自带的测试代码运行,debug的时候只要是中断模式不管是定时器还是UART都卡在
void Xil_Assert(const char *File, int Line)
{
        /* if the callback has been set then invoke it */
        if (Xil_AssertCallbackRoutine != 0) {
                (*Xil_AssertCallbackRoutine)(File, Line);
        }

        /* if specified, wait indefinitely such that the assert will show up
         * in testing
         */
        while (Xil_AssertWait) {
        }
}
第一次做软核的东西,兄弟们有遇到这个问题的帮看看
您需要登录后才可以回帖 登录 | 注册

本版积分规则

21

主题

108

帖子

1

粉丝
快速回复 在线客服 返回列表 返回顶部