完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我试图读取一个条形码扫描使用UART和CY8CKIT-042-BLE(PSoC 4 BLE)上的RX引脚的值。下面是我的代码(从HID键盘示例中修改,目的是将扫描的值发送到设备,模拟键盘)。我不能得到任何结果从扫描输出油灰码头。对我做错什么有什么想法? int() { UtiT32 RXDATA; 囊状的; (如果已调试) UARTHOBDEBASESTATE(); { NeNFF/*(Debug) BGJPrimTF(“BLE HID键盘示例项目rn”); 断开连接(LeDyOFF); 广告宣传写作(LeDyOFF); CassLokyLeDyLoad(LeDyOFF); /*启动Cyle组件并注册通用事件处理程序*/ CyBLY启动(AppCalBead); WDTTSTART(); 如果(BasyRead)启用!= 0) ADCJSTART(); (一)= 0*/ (1) { /*CyByLoPraceSeXScript()允许BLE堆栈处理未决事件*/ 聚伞花序; *实现低功耗的设备*/ 低功耗实现(); RXDATA = UARTHODE DUBJUARGETHARCH(); 如果(RXDATA) { UARTHI DeBujUARTPARCHAR(RXDATA); } …… 提前感谢, 赖安 以上来自于百度翻译 以下为原文 Hi, I am trying to read a value form a barcode scan using UART and the RX pin on the CY8CKIT-042-BLE (PSoC 4 BLE). The following is my code (modified from the HID Keyboard Example, as the goal is to send the value of the scan to a device, emulating a keyboard). I am unable to get any results from the scan to output on a PuTTY terminal. Any ideas on what I am doing wrong? int main() { uint32 rxData; CyGlobalIntEnable; #if (DEBUG_UART_ENABLED == ENABLED) UART_DEB_Start(); #endif /* (DEBUG_UART_ENABLED == ENABLED) */ DBG_PRINTF("BLE HID Keyboard Example Project rn"); Disconnect_LED_Write(LED_OFF); Advertising_LED_Write(LED_OFF); CapsLock_LED_Write(LED_OFF); /* Start CYBLE component and register generic event handler */ CyBle_Start(AppCallBack); WDT_Start(); #if (BAS_MEASURE_ENABLE != 0) ADC_Start(); #endif /* BAS_MEASURE_ENABLE != 0 */ while(1) { /* CyBle_ProcessEvents() allows BLE stack to process pending events */ CyBle_ProcessEvents(); /* To achieve low power in the device */ LowPowerImplementation(); rxData = UART_DEB_UartGetChar(); if(rxData) { UART_DEB_UartPutChar(rxData); } ....... Thanks in advance, Ryan |
|
相关推荐
1个回答
|
|
如果你没有设置UART来中断低功耗模式,那么它在接收UART数据时不会醒来。
作为一个测试,尝试评论LoopPoxEngultDebug(),并查看该单元是否开始正确地对数据进行回响,如果是这样,则是低功耗模式没有被正确设置以允许UART唤醒/检查。 以上来自于百度翻译 以下为原文 If you didn't setup your UART for interrupting the low power modes, then it won't wake up upon receiving UART data. As a test, try commenting out the LowPowerImplementation(); and see if the unit starts echoing the data properly, if so, then it is the lower power mode not being setup correctly to allow UART wakeup/checking. |
|
|
|
只有小组成员才能发言,加入小组>>
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 08:24 , Processed in 1.052176 second(s), Total 76, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号