Hi there,
我am having problems configuring the J-Link options in the peripheral_examples project.
After opening the peripheral_examples project via the "DA14580_peripheral_setup.uvproj" file, I tried to do the following:
1. Click on options for target...
2. Click on the Debug tab
3.在右侧,我选择“使用J-Link / J-Trace Cortex”
4. When I click on "Settings", no window appears.
我tried this with both Keil v4 and Keil v5 but both result in the same issue.
我am using JLink version 4.84f.
Do you have any idea what could be wrong here?
谢谢你的帮助,
Jeff
嗨杰夫,
Due to some differences between Keil IDE version 4 and version 5 there is a possibility that starting the debugger in Keil IDE V5 will crash when using a project file.
A couple of guidelines have been added in the following document : UM-B-014_DA14580_Development_Kit.pdf (see chapter 4.2)
本文档(版本1.1)可以从本网站下载:http://support.dialog-semiconductor.com/system/files/UM-B-014_DA14580_De....
Dialog Support Team.
缺少文档(v.1.1)
Hi there,
谢谢,but the updated steps in the documentation still does not fix the problem I am having.
嗨杰夫,
我f the guidelines do not resolve your problem than there maybe an issue with the Keil/Segger tools itself. Since we are not in control of these tools you may try to search the Keil and/or Segger forums.
Dialog Support Team.
Any news about this issue? I followed a similar path before finding this post. I tried with keil 5.10 and 4.74. I tried with Segger 4.54d, 4.84f, 4.85e, and a few others. Could you please inform the exact version that are being used internally by DIalog?
Hi, I would like to provide my solution to this issue..
Problem:
我had a similar issue trying to load up the Proximity example, where when I went to debug, and J-LINK / J-Trace Cortex was already selected, clicking Settings would make Keil uVision crash...
解决方案:
As the Peripheral example/documentation states.. Click the Options for Target.. and then click the Device Tab, select ARM->ARM Cortex M00>ARMCM0 ... it is now fixed ... click back to Debug tab, you should notice JTAG is no longer select.. so select it again and Settings should work.. continue with the normal Port change to SW, etc etc..
如果这适用于你:
别客气
我f this did not work for you:
我am sorry.... Please explore similar fixes and request more assistance from Dialog..
>Chris
我followed these steps exactly and the IDE crashes when I select "J-Link/J-Trace Cortex" and press Settings in the Debug dialog.
我'm running uVision 5.11.1.0. The Device tab shows that the Software Pack is ARM.CMSIS.4.1.1
UM-B-014开发套件文档显示软件包应该是keil.armcortex_dfp.0.1,但已弃用支持ARM.CMSIS.4.1.1
Any ideas what might be going on?
谢谢,
Jon
嗨,jon,当你打开选项选项卡时,您可以检查keil是否已挑选右侧M0?它需要如下 - 但是你可能发现的就是默认情况下,它在M4下拾取了一个M0 ......不确定为什么...似乎对零件数据库有一些混乱。
我have this exact problem and this worked for me... as soon as i pushed it back to the ARMCM0 below and tried JLINK settings again, worked fine.
br je_dialog。
谢谢。论建议one of my colleagues, I installed the "ARM Cortex-M Profile Device Support Template" fromhttp://www.keil.com/dd2/Pack/and that included Keil.ARMCortex_DFP.0.0.1 that fixed the problem.
此致,
Jon
你好,
我had these Problem too and with that It has been solved. But I have other Problem now. I configured the right device, JTAG Settings,.. without problem but when I try Debug the project, it appears a message: "Error: Flash Download failed - Cortex-M0". I think that the problem is with the Flash Download program in the Settings but I can't found the right device in the list. What is the right configuration of Flash Download for DA14580?
Thank you very much,
Jvp
您好JVP,您是否可以确认您已选择Flash编程的使用外部工具?
BR JE_DIalog
Hello,
不,我没有选择这个选项。因为在文档中它没有说出任何内容。然后我选择了“使用外部工具for flash编程”选项,我应该在programmig算法中添加一些东西(在Flash下载选项卡中)?谢谢
Jvp
嗨Designext,
Please look at Appendix A in the UM-B-014 user guide. There is a description on how to change the projects file. This will solve your problem.
Hi
我had the same issue with uVision 4.74 using smart tag reference design 3.20.6. The description in Appendix A of UM-B-14 (v 1.5, p. 34) solved my problem. It is important to add the lines directly before the line: < / TargetOption >. Right underneath the key < TargetOption > won't work..
马克