完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
您好,代码陷在PIC32 I2C遗留函数IDLII2C1.I2C的速度是400 KBPS-外围时钟是10MHZ是什么问题?请帮助
以上来自于百度翻译 以下为原文 hello, Code getting stuck in PIC32 i2c legacy function IdleI2C1. I2C speed is 400kbps peripheral clock is 10Mhz What is the issue? Please help |
|
相关推荐
7个回答
|
|
嗨,给更多的细节…否则没有人CNA帮助。哪一个PIC32?哪个编译器?哪个版本?你使用XC32的外围库吗?当做
以上来自于百度翻译 以下为原文 Hi, Give more details....otherwise nobody cna help. Which PIC32 ? Which compiler ? which version ? Are you using the peripheral libraries of XC32 ? Regards |
|
|
|
第一猜测:时钟和数据信号缺乏牵引力。
以上来自于百度翻译 以下为原文 First guess: lack of pull-ups on the clock and data signals. |
|
|
|
这里是源代码:把I2C1CON放在监视窗口中,你就知道哪个位被设置了。
以上来自于百度翻译 以下为原文 Here is the source code: /************************************************************************ * Function Name: IdleI2C1 * Description: This routine generates wait condition intil I2C * bus is Idle. * Parameters: void * Return Value: void *************************************************************************/ void IdleI2C1(void) { /* Wait until I2C Bus is Inactive */ while(I2C1CONbits.SEN || I2C1CONbits.PEN || I2C1CONbits.RSEN || I2C1CONbits.RCEN || I2C1CONbits.ACKEN || I2C1STATbits.TRSTAT); } Put I2C1CON in the Watch window and you'll know which bit is set. |
|
|
|
|
|
|
|
|
|
|
|
PIC32 MX230F064编译器XC32版本V1.22i AM使用I2C外围库外围设备/I2C.h
以上来自于百度翻译 以下为原文 PIC32MX230F064D Compiler XC32 version v1.22 I am using i2c peripheral library peripheral/i2c.h |
|
|
|
总是还是只是偶尔?I2C从机与主机失去同步,然后保持数据线低,因此不能执行新的启动序列。特别是在调试和单步执行时。这是不是?Ruben
以上来自于百度翻译 以下为原文 Always or just sometimes? It can happen that the I2C slave gets out of sync with the master and then holds the data line low so a new START sequence can not be executed. Especially when debugging and single stepping. Could this be it? /Ruben |
|
|
|
只有小组成员才能发言,加入小组>>
5277 浏览 9 评论
2053 浏览 8 评论
1966 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3228 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2275 浏览 5 评论
812浏览 1评论
706浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
644浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
701浏览 0评论
600浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-1-8 13:07 , Processed in 1.184048 second(s), Total 88, Slave 72 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号