error 65: access violation at 0x40021000 no ‘read’ permission 的解决办法

移植一个程序到我的开发板,新建工程编译正常,但是仿真一直通不过,提示的是上边这个错误。通过查询了解到是仿真参数应该更细化一些,默认是ARM内核统一的参数,对于不同的芯片应该做微调。

具体需要调节的在这里:

下边左边和右边Dialog DLL改为:DARMSTM.DLL

下边的Parameter改为: -pSTM32F103RB 其中我使用的是
STM32F103RB 芯片,这里要根据Device里边选中的芯片类型,以及自己开发板上边的类型具体调整。

Reference:

https://blog.csdn.net/he_ning/article/details/20151785

https://zhidao.baidu.com/question/1882082792619328108.html

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.