完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
亲爱的各位,我正在用PIC16F18323开发一个项目。我想用UART TX/RX功能来发送和接收数据。当然,我必须使用PPS将TX/RX函数与适当的输入/输出引脚相关联。不幸的是,我在手册中找不到PPS输出引脚的值,将它与TX函数联系起来。我想使用RA4作为TX传输,所以我应该WRI。TE:(我通过互联网阅读下面的语句)Ra4ppsBist.Ra4PPS= 0x014;//RA4--G.EuSART:TX;但是在手册中,我读到0x014被描述为“保留”。可能有些问题:您能帮我解决这个问题吗?非常感谢您的帮助和合作。
以上来自于百度翻译 以下为原文 Dear all, I'm developing a project using PIC16F18323. I want to transmit and receive data using UART TX/RX feature. Of course I have to use PPS to associate TX/RX function with proper input/output pins. Unfortunately I can't find in the manual the value of PPS output pin to associate it to TX function. I want to use RA4 as TX transmission so I should write: (I read the following statement over internet) RA4PPSbits.RA4PPS = 0x0014; //RA4->EUSART:TX; but in the manual I read that 0x0014 is described as 'Reserved'. Maybe something is wrong: could you help me to fix the problem ? Thank you very much for your help and cooperation regards |
|
相关推荐
5个回答
|
|
我想他们用Rev C打破了数据表。如果你看看Rev A,它显示TX是0x14。你有没有尝试过硬件的0x14,看看它是否有效?
以上来自于百度翻译 以下为原文 I think they broke the data sheet with rev C. If you look at rev A, it shows TX is 0x14. Have you tried 0x14 with hardware to see if it works? |
|
|
|
亲爱的Javple,我在修订C(7/2017)数据表,PAG 145文档代码:DS400 01799 C上读到它
以上来自于百度翻译 以下为原文 Dear jtemples, I'read it on Revision C (7/2017) datasheet, pag 145 document code: DS40001799C |
|
|
|
我没有尝试硬件,因为我还在开发它。我必须使用手册的Rev A吗?
以上来自于百度翻译 以下为原文 I didn't try with hardware because I'm still developing it. Do I have to use REV A of the manual ? |
|
|
|
|
|
|
|
也许你可以试试MCCHe说:
以上来自于百度翻译 以下为原文 Maybe you could try MCC He says: bool state = (unsigned char)GIE; GIE = 0; PPSLOCK = 0x55; PPSLOCK = 0xAA; PPSLOCKbits.PPSLOCKED = 0x00; // unlock PPS RXPPSbits.RXPPS = 0x05; //RA5->EUSART:RX; RA4PPSbits.RA4PPS = 0x14; //RA4->EUSART:TX; PPSLOCK = 0x55; PPSLOCK = 0xAA; PPSLOCKbits.PPSLOCKED = 0x01; // lock PPS GIE = state; |
|
|
|
只有小组成员才能发言,加入小组>>
5157 浏览 9 评论
1997 浏览 8 评论
1925 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3168 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2222 浏览 5 评论
721浏览 1评论
605浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
492浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
619浏览 0评论
518浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-18 12:21 , Processed in 1.215913 second(s), Total 77, Slave 70 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号