uVision 5未能加载固件

15 posts / 0 new
最后一篇文章
hardy.chen
离线
最后一次见到:1年10个月前
已加入:2015-03-13 04:20
uVision 5未能加载固件

你好,

我是开发DA14580devkt-b的新手。

After installation of uVision + J-link, I always failed to load code to device
Here are some questions that I would like to have your comment:
1打开SDK'DA14580\U 581\U SDK\U 3.0.8.0'中提供的示例项目时,会提示转换选项,我应该选择哪一个?我选择“迁移到设备包”,它会将项目文件从版本4转换为版本5。但结果是一个错误报告“Device(s)not found”,显示“ARM:Cortex-M0”在可用的设备系列包中找不到。我选择“是”以确认迁移到打包设备。然后在CPU的selection选项卡中选择ARM Cortex M0。

2. In the 'option for target' setting of uVision, the tab 'Target' is not consistent to the Document 'UM-B-025 - DA14580_581 Bluetooth® Smart Development Kit - Basic V2.0', the IROM1 and IRAM1 addressing is not the same. Also, the Xtal setting of CPU is 12.0, but 16.0 is in the screen shot provided from document.

Is there any guide or manual for the new uVision?

关键词:
JE\U对话框
离线
最后一次见到:1 month 6 days ago
工作人员
已加入:2013-12-05 14:02
你好,哈代陈先生,

你好,哈代陈先生,

which version of uVision have you installed ? we are having some challenges with the Keil tool - once its set-up right, it works just fine, but can be a challenge to get to that point.

BR JE\u对话框

hardy.chen
离线
最后一次见到:1年10个月前
已加入:2015-03-13 04:20
你好,

你好,

我用uVision 5可以下载从她的e 'http://www2.keil.com/mdk5/install'

JE\U对话框
离线
最后一次见到:1 month 6 days ago
工作人员
已加入:2013-12-05 14:02
我猜你在跑步

我猜你跑的是5.14?我有5.11。稍后,我将升级到5.14,看看是否可以复制这个问题。

BR JE\u对话框.

JE\U对话框
离线
最后一次见到:1 month 6 days ago
工作人员
已加入:2013-12-05 14:02
你好,

你好,

我刚刚下载了5.14,安装,让它更新所有丢失的包,然后开始。它发现DA14580很好。问题2在你找到合适的设备之前是无法解决的,所以我们需要首先关注这个问题。

您是否手动尝试更新所有设备包?

BR JE\u对话框

hardy.chen
离线
最后一次见到:1年10个月前
已加入:2015-03-13 04:20
I suppose that regrading all

我想重新加载所有的设备包是指“包安装程序”。
In the 'Pack Installer', the pack 'ARM:CMSIS' is 'Up to date' and at tab 'Devices' on the right panel, I don't see any 'Dialog Semiconductor' presented.
(抱歉,我找不到将快照上载到此帖子的方法。)

I then checked the device database from 'File -> Device Database', I can see DA14580 presented in 'Dialog Semiconductor'

Description as below:
基于cortexm-0的蓝牙低能量(BTLE)控制器
32 kByte OTP内存、42 kByte系统rAM、4 kByte保留rAM、82 kByte ROM

CPU=时钟(16000000)CPU类型(“Cortex-M0”)ESEL ELITTLE
MON=SARMCM3.DLL(“”)TARMCM1.DLL(“-pCM0”)
SIM=SARMCM3.DLL("") DARMCM1.DLL("-pCM0")
SVD=SFD\Dialog\DA14580\DA14580.sfr

Anyway, I still can't choose the right device from the 'Options for Target' in which the Device Database selection bar is disabled.
当我从SDK中打开示例“proxy\u reporter”时,uVision将提示请求使用2个选项进行迁移1)迁移到设备包,2)安装旧版支持。如果我选择选项1),它将返回错误消息“在可用的设备系列包中找不到以下设备:-ARM:Cortex-M0,是否要迁移到使用包设备?”?

斯布拉
离线
最后一次见到:5年8个月前
Expert
已加入:2015-02-25 09:51
我也有同样的问题,不是吗

I am the same problem, any ideas about that ?

姆比隆
离线
最后一次见到:5 years 10 months ago
已加入:2015-05-05 10:27
你好,

你好,

I have the same problem with my DA14580DEVKT. I followed all steps of the pdf "UM_B_025 DA14580_581_Bluetooth_Smart_developement_kit-Basic V2.2".
I'm using Keil µVision 5.14. In pack installer, I have selected ARM --> ARM Cortex M0 --> ARMCM0 and I have installed ARM::CMSIS and Keil::MDK-Middleware.
现在ARMCM0是绿色的。

我尝试使用“Blinky\u UART\u code”示例。正如hardy.chen解释的,当我第一次打开这个项目时,Keil让我转换它。
现在在“Options for Target”中,我可以选择JLINK进行调试,并看到正确的SN。
I can build the project but when I try to start a debug session or download code, I have an error :

No Algorithm found for: 00000000H - 00000447H
Erase skipped!
错误:Flash下载失败-“Cortex-M0”

我假设发生这个问题是因为我无法在包安装程序中选择正确的设备?

MH_Dialog (not verified)
Hello mbiron,

Hello mbiron,

我假设你点击了“下载”按钮,这是下载代码到闪存。您可能需要按“启动/停止调试会话”按钮或CTRL+F5进入调试模式并运行项目。

BR, MH_Dialog

姆比隆
离线
最后一次见到:5 years 10 months ago
已加入:2015-05-05 10:27
Hi BR,

你好,

Thank you for your quick answer.
I have the same error when I start the debug session. It seems that µVision did the same thing when I click on "Download" or "Start Debug Session".

编辑:我可以使用SmartSnippets(引导程序部分)启动“blinky\u arrived”演示。但这个例子仍然不适用于µ视觉调试模式:
找不到算法:20000000H-200012EBH
Erase skipped!
错误:Flash下载失败-“Cortex-M0”

I just downloaded 5.14, installed, let it update all the missing packs, and then started. It found the DA14580 just fine.

How have you managed to select "Dialog Semiconductor" in your Pack Installer ?
这是我的:http://www.hostingpics.net/viewer.php?id=970250Sanstitre.jpg

皮穆勒
离线
最后一次见到:2年1个月前
已加入:2015-10-29 12:11
我和你的一样。怎么

我和你的一样。你是如何在你的软件包安装程序中添加“对话半导体”的?雷竞技电竞平台
谢谢你的回答。。。

姆比隆
离线
最后一次见到:5 years 10 months ago
已加入:2015-05-05 10:27
嗨,又来了,

嗨,又来了,

我终于在“UM-B-014\u DA14580\u 581 Bluetooth Smart Development Kit-Expert\u v1.5\u 0.pdf”中找到了解决方案。因为µVision默认选择“使用目标驱动程序进行flash编程”,当您启动调试会话时,它尝试刷新目标。
This option is found in Options for Target / Utilities.
你只需要选择“使用外部工具为闪存编程”,不指定任何命令,这就是它!
我不知道为什么基本开发工具包用户指南中缺少这些信息。

JE\U对话框
离线
最后一次见到:1 month 6 days ago
工作人员
已加入:2013-12-05 14:02
谢谢你让我们知道

感谢thakns让我们知道你成功了:我会让文档团队更新文档。BR JE\u对话框

恩金平
离线
最后一次见到:4年9个月前
已加入:2015-07-13 02:32
I am facing problem when

I am facing problem when debugging Dialog Beacon µVision project with Error Message :

找不到Cortex-M SW设备。

As check under Option for Target >> Debug >> Use J-LINK/J-TRACE Cortex>> Setting>> SW Device >> Cannot Add/Delete/Update option Grey Off

根据UM-B-034用户手册第25页第6.17节,列出的SW设备为0x0BB11477 ARM Core Sight SW-DP。

Please help to advise how add SW Device?

附件:
MT\u对话框
离线
最后一次见到:2个月1周前
工作人员
已加入:2015-06-08 11:34
嗨ngchinping,

嗨ngchinping,

当您从JTAG切换到SW选项时,keil应该会自动识别您的设备。出于某种原因,keil似乎无法“看到”开发工具包。请连接开发工具包并对电路板进行重置,同时检查jlink驱动程序的安装。

谢谢你的对话