完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
你好,
我已经包括了标准的UARTROBKIN项目,并配置了BaDeRead 115200、外部中断、RX FIFO而不是空的。 我得到以下警告。如果我把波特率降低到低一点,我就得不到警告。但是我们的项目需要115200个。你能帮我摆脱这个警告吗? 时钟警告:(WiFiHooSovisSCBCK的精度范围‘1.333 MHz +/- 2%,(1.307 MHz - 1.36 MHz)’不在规定的容差范围内‘1.382 MHz +/-5%,(1.313 MHz -1.452 MHz)’。 谢谢和问候, 沙朗 以上来自于百度翻译 以下为原文 Hello, I've included the standard UART block in my project and configured it with baud rate 115200, external interrupt, RX FIFO not empty. I'm getting the following warning. I don't get the warning if I reduce the baud rate to the one lower. But we need the 115200 for our project. Can you please help me to get rid of this warning? Clock Warning: (WiFi_Host_SCBCLK's accuracy range '1.333 MHz +/- 2%, (1.307 MHz - 1.36 MHz)' is not within the specified tolerance range '1.382 MHz +/- 5%, (1.313 MHz - 1.452 MHz)'.). Thanks & Regards, Sharan |
|
相关推荐
11个回答
|
|
能否请您发布您的完整项目,以便我们都可以查看您的所有设置。要做到这一点,使用C造饰者和GT;文件-GT;创建工作区束(最小)并附加结果文件。
鲍勃 以上来自于百度翻译 以下为原文 Can you please post your complete project, so that we all can have a look at all of your settings. To do so, use Creator->File->Create Workspace Bundle (minimal) and attach the resulting file. Bob |
|
|
|
嗨,鲍伯,
附加了测试工作区。 谢谢和问候, 沙朗 Cyrkky.Access 01.Zip 790.5 K 以上来自于百度翻译 以下为原文 Hi Bob, Attached the test workspace. Thanks & Regards, Sharan
|
|
|
|
将IMO设置为18MHz。
提示:将UART设置为字节模式。 鲍勃 以上来自于百度翻译 以下为原文 Set the IMO to 18MHz. A tip: set UART to byte mode. Bob |
|
|
|
嗨,鲍伯, 这消除了警告。谢谢! 最好的问候, 沙朗 以上来自于百度翻译 以下为原文 Hi Bob, That removed the warning. Thanks! Best Regards, Sharan |
|
|
|
我忘了解释原因。
你的主时钟设置为12MHz。为了得到所需的UART时钟,它必须被分开。因为这就像一个整数除法,有一些余数太大,无法忍受。如果它没有与其他给定的准则冲突作为功耗等,我建议使用IMO在其最高频率的芯片允许。 鲍勃 以上来自于百度翻译 以下为原文 I forgot to explain why. Your main clock was set to 12MHz. To derive the needed UART clock it had to be divided. Because this is like an integer division there was some remainder which was too large to tolerate. If it does not get in conflict with other given guidelines as power consumption etc. I would suggest to use the IMO at its highest frequency the chip allows for. Bob |
|
|
|
鲍勃,
你如何改变时钟?IMO是什么?我正在使用CYBLY-022001—00 以上来自于百度翻译 以下为原文 Bob, How do you change the clock? and What is IMO? I am using the CYBLE-022001-00 |
|
|
|
使用创建者4。在工作区中的资源管理器(左边)你看时钟输入。
国际海事组织是“内部主振荡器”作为所有内部时钟需要源。 “数据”选项卡,你发现所有的资源,你使用的描述下,对元素/名字你不熟悉描述搜索(还)。 鲍勃 以上来自于百度翻译 以下为原文 Use Creator 4.0. In Workspace Explorer (left hand side) you see an entry for the clocks. IMO is the "Internal Main Oscillator" which is used as source for all the internal clocks you need. Under the "Datasheets" tab you find descriptions of all the resources you are using, search for description of elements/names you are not familiar with (yet). Bob |
|
|
|
这个项目与PROC创建者3一起工作,但不是版本4。
我不能从创建者4 IDE编程我的板。它不会识别我的设备。这些是我的 ---------Buffic启动:12/12/2016 09:0225项目:UARTHYOTA BULLYEAR外设,配置:ARM GCC 4.92015-Q1-UPDATE调试------------代码生成步骤是最新的。编译步骤是最新的,不需要做任何工作。链接步骤是最新的,不需要做任何工作。---------Bug成功:12/12/2016 09:0225----------警告:BG.M039:运行端口获取出错:无法获得SWD设备!警告:dg.M039:运行端口获取出错:端口尚未打开警告:dg.M039:运行端口获取出错:端口尚未打开 使用这个项目 HTTPSE//GITHUBCOM/CyPress MydioToCo/EZ-BLYPROGYMULTEME/TRAE/MARST/ExpRePayStudioS/UARTZO-TUBLUL/UARTHYTA BULL外围设备 我必须更新BLE组件以使其编译/构建。 以上来自于百度翻译 以下为原文 This projet works with PRoC Creator 3 but not version 4 I cannot program my board from The Creator 4.0 IDE. It will not recognize my device. These are my erroes --------------- Build Started: 12/12/2016 09:02:25 Project: UART_to_BLE_peripheral, Configuration: ARM GCC 4.9-2015-q1-update Debug --------------- The code generation step is up to date. The compile step is up to date, no work needs to be done. The link step is up to date, no work needs to be done. --------------- Build Succeeded: 12/12/2016 09:02:25 --------------- Warning: dbg.M0039: There was an error running port acquire: Can not acquire SWD device! Warning: dbg.M0039: There was an error running port acquire: Port has not been opened Warning: dbg.M0039: There was an error running port acquire: Port has not been opened using this project https://github.com/cypresssemiconductorco/EZ-BLE_PRoC_Module/tree/master/Example_projects/UART_to_BLE/UART_to_BLE_peripheral I had to update the BLE component to get it to compile/build |
|
|
|
请张贴您的完整项目,以便我们都可以看看你的所有设置。要做到这一点,使用C造饰者和GT;文件-GT;创建工作区束(最小)并附加结果文件。
鲍勃 以上来自于百度翻译 以下为原文 Please post your complete project, so that we all can have a look at all of your settings. To do so, use Creator->File->Create Workspace Bundle (minimal) and attach the resulting file. Bob |
|
|
|
她就是这个项目
AuthyToBuffyTurn.Cyrkk.Access 01.Zip 496 K 以上来自于百度翻译 以下为原文 Her is the project |
|
|
|
我看不到它的柏树板/盒和你的编程设备的使用。UART缓存看起来有点高的波特率,这是在原来的项目吗?
鲍勃 以上来自于百度翻译 以下为原文 I cannot see which of the Cypress boards / kits and what programming equipment you are using. The UART buffers seem a bit high as the baud rate, was this in the original project? Bob |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2071 浏览 1 评论
1827 浏览 1 评论
3639 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1761 浏览 6 评论
1513 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
511浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
361浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
858浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 02:15 , Processed in 0.987777 second(s), Total 69, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号