完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我试图I2C接口的EEPROM和RTC(24LC512从芯片DS1307)cy8c28452, 我用i2cm模块和配置p2_7 SDA和SCL p2_6。同时配置引脚为开漏低,拔销E 4K7电阻。 我使用数据表中提供的源代码。但它不起作用。我还没有p2_7 CRO脉冲SDA和SCL为p2_6检查。然后我改变拉到2K2但仍同thing.also我只有RTC上但没有我显示给我的错误。 我使用系统CLK 24MHz和CPU CLK系统CLK / 2。 请帮帮我 以上来自于百度翻译 以下为原文 Hi, I am trying to interface i2c EEPROM and RTC (24LC512 from Microchip and DS1307) CY8C28452, i am using I2Cm module and configure P2_7 as SDA and P2_6 as SCL. also configure pin as OPEN DRAIN LOW and pull up the pins with 4K7 E resistor. i use the source code provided in data sheet. but it not works. i check with CRO their is no pulsing on P2_7 as SDA and P2_6 as SCL. then i change pull up to 2k2 but still same thing.also i try with only RTC on board but no op my disply show me error. i used system clk 24Mhz and CPU clk system clk / 2. please help me |
|
相关推荐
5个回答
|
|
|
|
|
|
在上传任何附件时不要使用Chrome,它将无法工作,使用IE或Firefox,他们会。
最好是当你附上完整的项目,所以我们都可以看一看。使用设计器、文件和GT存档项目,并将生成的.zip归档连接到这里。 鲍勃 以上来自于百度翻译 以下为原文 Do not use chrome when uploading any attachments, it will not work, use ie or firefox, they will. Best would be when you attach the complete project, so we all can have a look at. Use Designer, File -> Archive Project and attach the resulting .zip archieve here. Bob |
|
|
|
从数据表开始为您设置端口。
I2C1端口选择哪个PSoC I/O端口用于接口SDA和SCL信号。 SDAYPIN选择I2CI端口的哪一个引脚,SDA数据信号将存在。没有必要为该引脚选择合适的驱动模式;PSoC设计器将自动完成此操作。 sCLPIN选择I2CI端口的哪一个引脚,SCL时钟信号将存在。没有必要选择此引脚适当的驱动模式;PSoC Designer可以自动。 以上来自于百度翻译 以下为原文 The ports get set up for you, from datasheet - I2C_Port Selects which PSoC I/O port is used to interface the SDA and SCL signals. SDA_Pin Selects which pin of the I2C_Port, the SDA data signal will be present. There is no need to select the proper drive mode for this pin; PSoC Designer will do this automatically. SCL_Pin Selects which pin of the I2C_Port, the SCL Clock signal will be present. There is no need to select the proper drive mode for this pin; PSoC designer will do this automatically. |
|
|
|
如果I2CM使用其他I/O端口,这是关键。
I2CM用户模块所使用的端口的直接写入将干扰I2C操作。I2CM用户模块使用的端口自动添加影子寄存器。例如,如果模块使用PORT1,则向项目中添加一个名为PoTyl 1DyDrVeMeMeDe00Hu色光的影子寄存器。所有对PoT1的写入都应该使用这个影子寄存器来完成。例如,如果由I2CM用户模块使用PORT1位5和7,则可以对端口引脚6进行修改如下: C代码: PoTr11DReVoMeDe0O0Huffys= 0x40;PRT1DR=Potol 1DyReVoMeDy00Huffe; 以上来自于百度翻译 以下为原文 This is key if I2Cm is using port with other I/O - Direct writes to the PORT used by the I2Cm User Module will interfere with I2C operation. A shadow register is automatically added for the port used by the I2Cm User Module. For example, if Port1 is used by the module, a shadow register named Port_1_DriveMode_0_SHADE is added to the project. All writes to Port1 should be done using this shadow register. For example, if Port1 bits 5 and 7 are used by the I2Cm User Module, a modification to port pin 6 could be made as follows: C code: Port_1_DriveMode_0_SHADE ^= 0x40; PRT1DR = Port_1_DriveMode_0_SHADE; |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2075 浏览 1 评论
1829 浏览 1 评论
3643 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1766 浏览 6 评论
1517 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
516浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
370浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
413浏览 2评论
360浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
867浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-29 01:56 , Processed in 0.769418 second(s), Total 57, Slave 50 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号