完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,我想通过I2C来描述一个小型OLED显示器。我在汇编中编写了一个程序,它应该模拟I2C,这是我的逻辑分析仪软件上的样子(你可以在一个新的标签中打开它,使它看起来更大):ACK不一定来自奴隶,因为我拔出了PIN。到低,如果我发送第九时钟。初始化字节是正确的,因为它们在我的另一个项目上工作。I2C说,应该在第九时钟之前释放一个引脚,以便I2C从设备可以将线路拉到GND(应答)。奴隶不执行任何时钟拉伸,所以不应该是一个问题。我不知道我怎么能执行“释放一个PIN”,目前我正在切换针这样:你有什么想法,我做错了什么?非常感谢:
以上来自于百度翻译 以下为原文 Hi, i would like to address a small OLED display via I2C. I wrote a program in assembly which should simulate I2C, this is how it looks like on my logic analyzer software (you can open the image in a new tab so it appears bigger): The ACK doesn't necessarily come from the slave because i pull the pin to low if i send the 9th clock. The initialization bytes are correct because they worked on another project of mine. I2C says that a pin should be released before the 9th clock so that the I2C slave can pull the line to GND (acknowledge). The slave doesn't perform any clock stretching so that shouldn't be a problem. I am not sure how i could perform the 'release of a pin', currently i am toggling the pins like this: movlw 00h ;set all pins as output tris 6 movlw 0FFh ;set all pins to 'High'-state movwf GPIO GP1Off: bcf GPIO,1 retlw 0 GP1On: bsf GPIO,1 retlw 0 Do you have any ideas what i am doing wrong? Thanks a lot :) |
|
相关推荐
3个回答
|
|
我假设你发送一个启动和设备地址…只是问:
以上来自于百度翻译 以下为原文 I presume you send a start and device address.... just asking :) |
|
|
|
|
|
|
|
对不起,只是看看大图…我敢问它是不是I2C和SPI OLED…
以上来自于百度翻译 以下为原文 Sorry , just looked at big picture... dare I ask if it is an I2C not and SPI OLED .... |
|
|
|
只有小组成员才能发言,加入小组>>
5139 浏览 9 评论
1987 浏览 8 评论
1917 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3158 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2215 浏览 5 评论
706浏览 1评论
597浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
480浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
609浏览 0评论
505浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-7 23:23 , Processed in 1.439342 second(s), Total 81, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号