一、背景
开发环境:
- Keil 5.27
- NRF52832 SDK15.3
- JLlink驱动 nRF5x-Command-Line-Tools_9_4_0_Installer
在Keil中download时
发生以下错误:
The firmware of the connected J-Link(S/N:20090928) does not support the following memory access: Read @ 0x2000004
Flags:via AHB-AP.
二、原因
这个问题出现在MDK 5.24之后的版本
三、解决方法
使用Keil 5.13版本的JLink dll文件替换新版本的这三个文件:
- JL2CM3.dll
- JLinkARM.dll
- JLTAgdi.dll
下载链接:https://pan.baidu.com/s/1J7k-UKozoUzXKqojOy-fzA [biz4]
解压后替换 Keil 5.27/ARM/Segger 中文件
再次download后成功烧录
• 由 Leung 写于 2019 年 11 月 16 日
网友评论