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、在配置 MPU 后发现了奇怪的行为、但处于系统模式。 从阅读数据表中、我没有找到任何帮助、尽管我可能缺少一些帮助。 我发现在初始化 MPU 后处于系统模式会导致我的代码的某些部分无法正常工作。 具体而言、串行打印似乎不会传输任何内容、而我的其中一个计时器中断似乎也不会触发。 这是否是 MPU 在系统模式下的预期副作用?
我目前只定义一个从地址0开始、大小为4GB 的背景区域。 存储器类型和权限分别为 MPU_NORMAL OINC_NONSHARED 和 MPU_PRIV_RW_USER_RW_EXEC。
谢谢