完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我使用CYBT-34 3026-EVE与Wice 6.1现在。
要知道电路板是如何运行的,我想调试一下。 例如,要知道[HCIIAdioOviaGueld]如何进行, 我应该怎么做,怎么做,你能教我吗?Woice Studio BlueTooStudioStudio Bluetooth FuffsBluetooth 以上来自于百度翻译 以下为原文 I am using CYBT-343026-EVAL with WICED 6.1 now. To know how the board is going,I want to debug. For example,To know how [hci_audio_gateway] is going, what should I do,and how to do,Could you Please teach me.WICED Studio BluetoothWICED Studio Bluetooth Forumsbroadcomwiced-adminmifo |
|
相关推荐
7个回答
|
|
嗨,Yulong,
这是你开始评估板的一些材料。 原理图和入门指南:http://www.cypress.com/documentation/development-kit***oards/cybt-343026-eval-ez-bt-module-arduino-evaluation-board 该平台的文件和评估板程序的方法:对cybt-343026-eval–kba221025平台文件 如果你开始以WICED环境,我建议你开始演示/ hello_sensor这可能是一个好的开始。你可以安装一个应用程序在您的手机与设备连接。你可以在这里使用cysmart:http://www.cypress.com/documentation/software-and-drivers/cysmart-mobile-app。 有一些解释,在hello_sensor演示。C,可能对你有帮助。 以上来自于百度翻译 以下为原文 Hi Yulong, Here are some materials for you to start with the EVAL board. The schematic and start guide: http://www.cypress.com/documentation/development-kit***oards/cybt-343026-eval-ez-bt-module-arduino-evaluation-board The platform files and program method for the EVAL board: Platform Files for CYBT-343026-EVAL – KBA221025 If you just start with the WICED environment, I suggest you to start with demo/hello_sensor which may be a good start. You can install an app on your phone to connect with the device. You can use the CYSmart here: http://www.cypress.com/documentation/software-and-drivers/cysmart-mobile-app . There are some explanation of the demo in the hello_sensor.c which may be helpful for you. |
|
|
|
surezc 发表于 2018-8-17 03:13 我想我没有明确地回答我的问题。 我已经完全下载到cybt-343026-eval板hello_sensor, 其他的我都用client_control完成对耳机和cybt-343026-eval Android手机。 了解样品来源线正是去,我想知道如何调试。 我想如果我知道如何调试一个程序,我可以跟踪程序一步一步的了解 何谓传感器? [HCIAI AudioOpGield]如何进行 ・CYBT-33026-EVE如何与耳机配对? 哪个文件,哪个源索线被执行。 你能告诉我吗? 以上来自于百度翻译 以下为原文 I think I did not clearly my question. I have already complete downloading hello_sensor to CYBT-343026-EVAL board, else I have used client_control to complete pair to Headset and Android phone with CYBT-343026-EVAL . To know how the sample source cord exacly is going,I want to know how to debug. I think if I know how to debug a program, I can trace the program step to step to know ・how [ hello_sensor ] is going, ・how [ hci_audio_gateway] is going ・how CYBT-343026-EVAL paired to Headset is going, which file,which source cord line is executed. Could you tell me that? |
|
|
|
yweyrwyds 发表于 2018-8-17 03:19 请使用跟踪日志调试代码。你能从PUART中看到跟踪日志吗? 以上来自于百度翻译 以下为原文 Please use the trace log to debug the code. Can you see the trace log from the puart? |
|
|
|
1、请告诉我如何从PUART获得跟踪日志? 2。从第一个问题,我一直不断地问如何调试, 你能告诉我吗? 2是跟踪日志的唯一方法就是查看程序是怎样的? 以上来自于百度翻译 以下为原文 1.Please tell me how can I get trace log from puart? 2.From the 1st question,I have been keep asking how to debug, can you tell me that? 2.Is the trace log the only way that to see how is the program going ? |
|
|
|
请在文档/ wiced-cyw920706wcdeval-kit-guide.pdf一看。该文件提供了关于hello_sensor应用结构简介。还介绍了如何路由跟踪消息的UART。 常用的调试方法是跟踪日志。你可以添加你自己的日志在应用程序代码中的文档描述。 对cybt-343026的硬件设置,你需要关闭的puart HCI UART转当你路由跟踪日志的puart。 以上来自于百度翻译 以下为原文 Please take a look at the doc/WICED-CYW920706WCDEVAL-Kit-Guide.pdf. The document gives an introduction about the application structure of hello_sensor. And also describes how to route trace messages to the UART. The usual debug way is trace log. You can add your own logs in the application code as the document describes. For the hardware setting of the CYBT-343026, you need to turn off the HCI UART and turn on the PUART when you route the trace log to the PUART. |
|
|
|
surezc 发表于 2018-8-17 04:04 1。输出日志跟踪的唯一方式调试? 2。我读了一些关于调试j-link.is可能与J-Link调试? 3。我也看到了WICED - >;Eclipse市场>;搜索GNU和如画。为什么我不能安装。 以上来自于百度翻译 以下为原文 1.Is output log to trace the only way to debug? 2.I read some messages about debug J-link.Is it possible to debug with J-link? 3.I also saw WICED->Eclipse Marketplace->search gnu and like picture.Why can I not install it. |
|
|
|
yweyrwyds 发表于 2018-8-17 04:16 我们建议跟踪日志进行调试。 也支持J-Link。请参阅WICE Studio的DOC文件中使用“J-Link探针”的调试支持。 请使用“C+FLAG++-Debug”代替“CyFLAG++Debug”来启用调试功能。 以上来自于百度翻译 以下为原文 We recommend the trace log for debug. The J-link is also supported. Please refer to "Debugging Support Using a J-Link Probe" in the doc file of the WICED Studio. Please use the "C_FLAGS += -DDEBUG" instead of "C_FLAGS += DEBUG" to enable the debug function. |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2069 浏览 1 评论
1826 浏览 1 评论
3639 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1760 浏览 6 评论
1510 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
507浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
357浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
854浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 17:13 , Processed in 0.925923 second(s), Total 89, Slave 72 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号