您好,我在主函数中执行MPU初始化_mpuInit_();之后,不能向开发板中下载程序了,请问是什么原因?难道是保护了?
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.
您好,我在主函数中执行MPU初始化_mpuInit_();之后,不能向开发板中下载程序了,请问是什么原因?难道是保护了?
Hi Wei,
抱歉回复晚了。
CPU的工作状态切换是ARM Cortex R4的功能,需要通过汇编来实现。
有兴趣的话,可以到ARM的网站上在线检索ARM Cortex R4的技术手册,里面描述的很清楚。
如下图:
技术手册的地址:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0363g/index.html
MPU不需要经常开关的,配置好以后就可以持续工作了。