当我使用 MCAL_AM263x_08.06.02.01中的启动代码时、始终会发生文件 MpuP_armv7r.c 中的断言(断言失败、((TYPE 和 MCAL_CacheP_TYPE_ALL)=0))
当我使用 SDK 中的条带代码时、构建的映像可以正常工作。
谢谢。
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.
当我使用 MCAL_AM263x_08.06.02.01中的启动代码时、始终会发生文件 MpuP_armv7r.c 中的断言(断言失败、((TYPE 和 MCAL_CacheP_TYPE_ALL)=0))
当我使用 SDK 中的条带代码时、构建的映像可以正常工作。
谢谢。
您好!
我刚刚从 MCAL 08.06.02.01版本包中编译了 GPT_APP、其中正在调试以下命令配置文件。
`gmake -s GPT_APP PROFILE=调试`
1.我运行了应用程序一次,等待它到达 exit()。
2.然后执行 CPU 复位并观察到代码执行达到 MCAL 的"sysResetEntry"。
3.然后,我自由运行了 CPU ,我看到应用程序可以正常启动。
我无法重现您报告的问题。 请提供有关使用什么应用程序以及如何运行应用程序的详细步骤、
谢谢