单片机/MCUwilliam hill官网
直播中

juju宇哥

8年用户 1400经验值
擅长:479809
私信 关注
[问答]

程序编译成功,仿真时不能全速运行是怎么回事?

程序编译成功,仿真时不能全速运行,command 窗口显示:

       Load "E:\ARM\Program\Sample2\Putout\Sample.AXF"
       LA (PORTC   0x80) >> 7
       *** error 65: access violation at 0x1FFFF7E8 : no 'read' permission
       *** error 65: access violation at 0x1FFFF7EC : no 'read' permission
       *** error 65: access violation at 0x1FFFF7F0 : no 'read' permission

回帖(1)

辛文斌

2023-10-28 15:07:53

  • 类似的还有这个,也给你参考
    *** error 65: access violation at 0x40023800 : no 'read' permission
    keil软件仿真simulator时没法run只能点一下走一下。提示no 'read' permission。
    解决办法:
    在工程下新建一个debug.ini文件,在文件中写入

    map 0x400000000x40070000 read write
    map 0x500000000x50070000 read write
    map 0xa00000000xa0070000 read write
    然后keil中Debug选项卡中的initialliation file中加入此文件。               
举报

更多回帖

发帖
×
20
完善资料,
赚取积分