您的位置:首页 > 编程语言 > Go语言

提示出错 cannot load flash programming algorithm !

2014-07-28 15:41 399 查看
用STM32开发板调试例程时(用的是JLINK),提示出错 cannot load flash programming algorithm !

根据KEIL官方给出ARM调试提示解决方法:

http://www.keil.com/support/docs/2747.htm

RESOLUTION

The programming algorithm depends on the device. For example, when you are using the MCB2100 board with the Philips LPC2129 device, you need to select the algorithm as described below:

Open the dialog Project — Options — Utilities.
Select ULINK ARM Debugger and click Settings to open the Flash Download Setup dialog.

In the Flash Download Setup dialog use the button Add and select the programming algorithm
LPC2000 256KB Flash.
Specify under RAM for Algorihtm Start: 0x40000000 and
Size: 0x0800
since this is the valid address range for the RAM.
It is important that you setup the RAM for Algorithm to an available on-chip RAM space. The area shown above is correct for the Philips LPC2000 devices but it may be different for other devices.

 

但是自己在Project->Option->中已经添加了programming algorithm



 



 

网上搜索的解决办法:

1.Project->Option...->Debug->use:Settings

2.将Max JTAG clock 降低 即可。

我的问题虽然解决了,但是论坛中看到很多人问题这样操作依然没有解决,有待考究。。。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐