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

推荐订阅源

Engineering at Meta
Engineering at Meta
J
Java Code Geeks
I
InfoQ
腾讯CDC
Vercel News
Vercel News
IT之家
IT之家
V
Visual Studio Blog
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
有赞技术团队
有赞技术团队
月光博客
月光博客
Martin Fowler
Martin Fowler
量子位
L
LangChain Blog
B
Blog
Last Week in AI
Last Week in AI
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

博客园 - 蓝色星宇

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.