完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
你好,
我用CY8CKIT-062-WiFi-BT设置了PSOC6项目作为我的设备。我已经配置了一个数字引脚并分配了P0O3。P03映射到红色LED在RGB的示意图。我可以闪烁的LED当用于循环,但不在它之外。 在MIN 以下是工作: 主(空) { (;) { CygGPIOX写(LedioRx端口,Ledir rnNUM,1); CyDelay(500); CygGPIOX写(LedioRx端口,Ledir rnNUM,0); CyDelay(500); } } 但这并没有改变LED。 int main(void) { CygGPIOX写(LedioRx端口,Ledir rnNUM,1); 为(;;) { } } 为什么? GPIO被配置为没有硬件连接的数字输出。初始驱动状态较低。 谢谢 Dheeraj 以上来自于百度翻译 以下为原文 Hello, I have setup a PSOC6 project using CY8CKIT-062-WiFi-BT as my device. I have configured a digital PIN and assigned P0_3 to it. P0_3 maps to RED LED in RGB from schematics. I am able to blink the LED when used in for loop but not outside of it. In main_cm4.c, The following is working: int main(void){ for(;;) { Cy_GPIO_Write(LED_R_PORT, LED_R_NUM, 1); CyDelay(500); Cy_GPIO_Write(LED_R_PORT, LED_R_NUM, 0); CyDelay(500); }} But this is not turning the LED on. int main(void){ Cy_GPIO_Write(LED_R_PORT, LED_R_NUM, 1); for(;;) { }} Why? The GPIO is configured as Digital output with no hardware connection. The initial drive state is low. Thanks Dheeraj |
|
相关推荐
3个回答
|
|
所有的用户LED都是低电平的,所以CygGPIOX写(LeDyRx端口,LeDyRrnNUM,0);将打开它。
鲍勃 以上来自于百度翻译 以下为原文 All the user LEDs are active low, so a Cy_GPIO_Write(LED_R_PORT, LED_R_NUM, 0); will turn it on. Bob |
|
|
|
哦,好吧。我没有在图表中找到有效的低符号。你能告诉我这些信息在哪里吗? 谢谢 德黑拉杰 以上来自于百度翻译 以下为原文 Oh okay. I didn't find active low symbol in the schematics. Can you point me to the docs where this information is present? Thanks Dheeraj |
|
|
|
当你安装cy8ckit-062正确会有C的完整描述一个条目:程序文件(x86)柏… 当你跟随…硬件…在那里你会找到一个原理图PDF。寻找“用户主导” 快乐编码 鲍勃 以上来自于百度翻译 以下为原文 When you installed the CY8CKIT-062 correctly there will be an entry for the complete description in C:Program Files(x86)Cypress... When you follow the ...Hardware... path there you will find a schematics PDF. Search for "user LED" Happy coding Bob |
|
|
|
只有小组成员才能发言,加入小组>>
756个成员聚集在这个小组
加入小组2129 浏览 1 评论
1869 浏览 1 评论
3687 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1806 浏览 6 评论
1552 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
622浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
460浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
455浏览 2评论
407浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
1099浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-1-23 03:57 , Processed in 1.013918 second(s), Total 81, Slave 65 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号