打印

microblaze 中断求助

[复制链接]
931|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) {
        }
}
第一次做软核的东西,兄弟们有遇到这个问题的帮看看

相关帖子

发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

20

主题

107

帖子

1

粉丝