This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
按说明书添加文件后,编译下载flash,实时模式调试时将EnableFlag设定为1
LEVEL设定为LEVEL1
但调试无法进入中断,是跳过了哪些步骤或者是哪些参数设定不正确嘛
多谢指教
这边试了两种方法:
1.程序其他地方完全不做改动的情况下,在setting.h文件将BUILDLEVEL的LEVEL设置为LEVEL1
进入实时调试,将Enableflag更改为1,无法进入中断,IsrTicker一直为0
2.重新新建Project,将相关函数添加,编译无误后,将这句volatile Uint16 EnableFlag = FALSE;改成volatile Uint16 EnableFlag = TRUE;再将BUILDLEVEL的LEVEL设置为LEVEL1
以上两种方法都无法进入调试中断,IsrTicker一直为0,开发板用的是研旭的,但LEVEL 1 大部分只是算法的运算,所以就有这个疑问
多谢解答!