惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
量子位
Jina AI
Jina AI
J
Java Code Geeks
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
aimingoo的专栏
aimingoo的专栏
有赞技术团队
有赞技术团队
Engineering at Meta
Engineering at Meta
D
Docker
IT之家
IT之家
The Cloudflare Blog
I
InfoQ
H
Help Net Security
云风的 BLOG
云风的 BLOG
B
Blog RSS Feed
美团技术团队
T
The Blog of Author Tim Ferriss
C
Check Point Blog
Stack Overflow Blog
Stack Overflow Blog

博客园 - 蓝色星宇

PCB优化设计(二) 转载 (转载)linux下tar.gz、tar、bz2、zip等解压缩、压缩命令小结 [转]为何有濒死经验的人都会变得无私大爱? 关于TV Dongle的功能设计和思考【图】(转载) 标题:常用贴片元件封装(转载) Open Cell(转载) Windows Phone开发工具初体验(转载) SMD贴片元件的封装尺寸(转) Memset、Memcpy、Strcpy 的作用和区别(转) STM32 printf 函数原型 SD/TF 引脚 追踪“善恶有报” 解开生命健康福寿秘密(转载) JPG文件结构分析---转载 超薄纳米纸张 比钢强250倍--转载 热磁性储存系统---转载 TFT LCD数据存储为BMP文件的C语言代码 STM32 USB IAP 步骤 BMP文件结构的探索----转载自WhatIf GPS NMEA-0183协议详解 ----转载
调试错误:No Algorithm found for(转载)
蓝色星宇 · 2012-04-16 · via 博客园 - 蓝色星宇

在第一次建立STM32F103C8内核的Keil工程时,选择了j-link作为调试器,当点击

2011年04月27日 - Neo - 时间记录器debug->start/stop debug session,开始调试时,出现如下错误

*** error 10: Syntax error
No Algorithm found for: 08000000H - 0800150FH

Erase skipped!

解决方法如下:

2011年04月27日 - Neo - 时间记录器

在下面的窗口中点击Add

2011年04月27日 - Neo - 时间记录器

在列表中选中容量范围,点击 Add

2011年04月27日 - Neo - 时间记录器

返回前一个窗口,可以看见已经多了一个选项了,点击 OK,大功告成。

2011年04月27日 - Neo - 时间记录器

详情请看:

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka10850.html

摘录如下:

NO ALGORITHM FOUND FOR ADDRESS

Applies to: ULINK USB-JTAG Debugger


Information in this article applies to:


>ULINK USB-JTAG Adapter
>ULINK2 USB-JTAG Adapter
>Keil Development Suite for ARM any Version



QUESTION

I am trying to download my project into Flash via ULINK. ULINK seems to connect to the device, but a Message Box pops up and tells me:

No Algorithm found for Address 0x0000000  


ANSWER

This error usually indicates that an appropriate algorithm was not chosen for the flash device. To add one in the Target configuration:


1、Open Options for Target - Utilities.
2、Choose the ULINK ARM Debugger and press Settings.
3、Press Add and choose the algorithm that fits your device. In case that the Address Range for the device is wrong select the algortihm and correct the Start and Size information.
4、Define the address spaces RAM for Algorithm and the Flash ROM area valid for the algorithm with Start and Size.

Note: you cannot use the command Flash - Download for RAM areas in your application. The RAM content will be downloaded when you start the debugger.