大家好,
我最近开始使用DA14531-00FXDEVKT-U(开发工具包USB),但是我无法使用Keil-uVision下载代码。我使用的是SDK附带的示例(尝试了blinky和UART)。
I have been following the instructions as perhttp://lpccs-docs.dialog-semiconductor.com/UM-B-117-DA14531-Getting-Star...and the 'Options for Target' Dialog window is set properly.
虽然调试工作(在某种程度上-我没有得到UART打印输出在我的终端仿真器)与这些;当我构建文件,然后按“下载”按钮(F8)时,我得到以下错误(没有其他输出):
---错误:未能执行“”
所以我想我的问题有两个:
1Why do I not get UART printouts in my terminal emulator (which has been configured according tohttp://lpccs-docs.dialog-semiconductor.com/UM-B-117-DA14531-Getting-Star...)
2我该如何追踪---错误:未能执行“”错误来自何处并找到解决方法?
提前感谢您的帮助!
设备:
你好,塔拉姆,
我建议你先检查一下SDK6(HTML)入门.
请参阅第2节/图3,并确保您具有相同的配置:
http://lpccs-docs.dialog-semiconductor.com/Tutorial_SDK6/preparing.html
在第10节中,您将了解如何使用UART打印调试信息的步骤。
谢谢,下午好
Thanks for the reply.
我可以确认我的电路板的配置符合第2节/图3
目前,我正在尝试中展示的示例http://lpccs-docs.dialog-semiconductor.com/Tutorial_SDK6/bd_name.html#bl...
但是,在我看来,本教程提到了sdk示例项目中不存在的文件,即:
user_peripheral_template.h
user_peripheral_template.c
此项目包含:
用户\空\外围\模板.h
用户\空\外围\模板.c
谢谢你对此的澄清。我使用的是sdk6.0.14.1114
你好,塔拉姆,
谢谢你的发现!你能再检查一下你是否遵循了正确的步骤吗?
如果我没有弄错,您将无法执行步骤6.1。你能在调试模式下运行它并在memcpy()中添加一个BKPT吗?新设备名称mem复制是否正确?
谢谢,下午好
是的,我查过了with a clean install of the SDK and have followed the proper steps.
I would suggest you checkSDK\ 6.0.14.1114\DA145xx\ SDK\ 6.0.14.1114\项目\目标\应用程序\模板对照教程中的说明。还有,教程没有说明它提到的文件的封闭文件夹的原因吗?
你好,塔拉姆,
我遵循了第5步和第6步。你能再澄清一下问题是什么吗?这是你最初的职位吗?
The files can be found under the Project tree in the Keil IDE. However, I will ask if we can add the folders too.
谢谢,下午好
问题是我无法将程序下载到目标;)我正在尝试这些教程,但我被困在一个相当早期的阶段。
请看我的截图文件树从Keil附加(所有用户文件夹),文件user_peripheral_template.handuser_peripheral_template.care not present in the file tree.
你好,塔拉姆,
Please use user_empty_peripheral_template.h / .c instead of user_peripheral_template.h / .c
你想通过keilide把FW下载到target上吗?你有什么错误吗?
谢谢,下午好
好的,我将使用user\u empty\u peripheral\u template.h/.c而不是user\u peripheral\u template.h/.c
关于下载到目标;我用的是KEIL IDE。是的,我得到了一个错误,就像我在第一篇文章中提到的:
虽然调试工作(在某种程度上-我没有得到UART打印输出在我的终端仿真器)与这些;当我构建文件,然后按“下载”按钮(F8)时,我得到以下错误(没有其他输出):
---错误:未能执行“”
知道我做错了什么吗?
你好,塔拉姆,
请分享显示步骤和错误的截图。我想复制一下。
谢谢,下午好
谢谢你的急件responses. Unfortunately, I won't have access to the development kit until tomorrow. I will post back in approximately 24 hours; thank you!
你好,塔拉姆,
好的-请明天分享这些尖叫照片!
谢谢,下午好
嗨,PM\U对话,
因此,使用user\u empty\u peripheral\u template.h/.c代替user\u peripheral\u template.h/.c是可行的,我已经成功地完成了第6节中的所有步骤。
也许我已经超越了自己,但是当我点击下载按钮(红色突出显示)时,我得到了错误---错误:未能执行“”
嗨,塔姆拉姆,
是的,这是预期的行为,因为keilide不用于将FW下载到flash中,如果您将鼠标悬停在这个按钮上,您将看到这个按钮是用于将代码加载到flash内存中的。如果需要烧录SPI flash,应该使用SmartSnippets工具盒。
从我们的IDE,您可以下载代码System-RAM. Please press twice the Start/Stop Debug session button and the application code will be automatically loaded to System-RAm and the chip will boot from there. Please see the attached capture.
谢谢,下午好