1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
对于MCC生成的UART代码,是否有任何字符串例程?原来的库有PuthAuthX()和GETSuxx()例程,我不期待改写它们来使用MCC!
以上来自于百度翻译 以下为原文 Does anyone have string routines for the MCC generated UART code? The original libraries had putsuartX() and getsuartX() routines, and I am not looking forward to rewriting them just to use the MCC! |
|
相关推荐
8个回答
|
|
嗨,MCC生成的代码没有字符串例程。但是,有一个字符的函数,即PTCH()和GETCHE(),可以使用其中的字符串例程来设计。
以上来自于百度翻译 以下为原文 Hi, MCC generated code doesn't have String routines. However, there are functions for a single character that is, putch() and getch() using which String routines can be designed. |
|
|
|
假设PutCuxAd()输出一个字符:微不足道。
以上来自于百度翻译 以下为原文 Assuming putcuartX() outputs one character: void putcuartX(char * str) { while(*str) { putcuartX(*str++); } } Trivial. |
|
|
|
当然,PTCH可以直接由PrtTF使用,所以您根本不必编写任何代码(假设XC8)。
以上来自于百度翻译 以下为原文 And of course, putch can be used directly by printf, so you don't have to write any code at all (assuming XC8). |
|
|
|
实际上,这是PIC24FJ64 GA702,所以不是XC8,而是XC16。真正的问题,一如既往地是GETSUART1()!旧的外围库包括PUTSH()和GETSH()函数。
以上来自于百度翻译 以下为原文 Actually, this is PIC24FJ64GA702, so not XC8, but XC16. Real problem, as always is getsuart1() as always! The old peripheral libraries included puts() and gets() functions... |
|
|
|
由STDUT使用。您的PrtTf然后可以发送到其他地方,到UART 1 - 5,LCD,RAM,甚至SFR等。
以上来自于百度翻译 以下为原文 int __attribute__((__weak__, __section__(".libc.write"))) write(int FH, const void *Buffer, int Len); Used by stdout. Your printf could then be send elsewhere, to uart 1 - 5, lcd, ram, even SFR etc. |
|
|
|
在XC16中使用int Ptxxxar(int)。默认情况下使用UART1。有很多方法可以克服这种情况:
以上来自于百度翻译 以下为原文 int putxchxar(int) is used in xc16. By default uart1 is used. There are ways to over-ride that such as: |
|
|
|
|
|
|
|
HI,如GTT2015所解释的,在XC16中有编译器提供的UART打印功能。需要的是初始化UART来校正要使用的连接的BurdRead和配置。如果您编写自己的函数而没有弱属性,则这将是优先考虑的。当选中此选项时,MCC将只生成初始化函数,其余的则由编译器提供。当选中复选框时,MCC将对输入和输出都进行接口功能。不过,我有时更喜欢提供自己的代码,或者修改生成的代码。迈西尔
以上来自于百度翻译 以下为原文 Hi, As explained by Gort2015, in XC16 there is UART print function provided by the Compiler. What is needed, is to initialize the UART to correct baudrate and configuration for the connection to be used. If you write own function without weak attribute, this will take priority. In MCC setup GUI for UART , there is a Checkbox to route printf to UART. When this is checked, MCC will generate Initialization function only, the rest is provided by the compiler. When checkbox is Unselected, MCC will make interface functions for both input and output. There are circular buffers provided for input and output. Still, I sometimes prefer to provide my own, or modify the generated code. Mysil |
|
|
|
只有小组成员才能发言,加入小组>>
5238 浏览 9 评论
2028 浏览 8 评论
1950 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3204 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2253 浏览 5 评论
776浏览 1评论
665浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
594浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
675浏览 0评论
575浏览 0评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 23:58 , Processed in 1.146173 second(s), Total 60, Slave 54 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号