我从micrium官网上面下载了RM48的UCOS-II的demo程序,运行了跑马灯程序。
因为我的板卡里面有需要接异步EMIF的功能,那会调试异步EMIF的时候就费了不少事,后来才从网上找到原因是要将MPU功能使能,就是在sys_startup.c 文件里的_c_int00函数添加_mpuInit_();和_mpuEnable_();。
当我把这2个函数添加到UCOS-II的demo程序里面的时候,每次执行就会跳转到异常向量函数里来,不知道为什么?
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.