problem with CY8CMBR3116 no ACK to host

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

 Host sends addr 0x37 to CY8CMBR3116,when the addr is sended over,CY8CMBR3116 has no ACK to Host. 

   

The details are in Attachments.

0 Likes
5 Replies
JobinT_31
Employee
Employee
50 solutions authored 25 solutions authored 10 solutions authored

Hello,

   

MBR3 has low power modes and hence goes to sleep periodically. That might be the reason you are not getting an ACK.
You just need to resend the transaction with in 340ms. First transaction will wake up the device and it will go to sleep, again after 340ms.

Thanks

   

Jobin
 

0 Likes

Hello,

I am working on CY8CMBR3116 IC. I am trying to establish communication between microcontroller and CY8CMBR3116. The slave address I am trying is 0x37. But its not giving Ack to controller. I have also tried sending slave address repeatedly with the time difference of about 3mS. But still no success. I have also replaced the CY8CMBR3116 with new CY8CMBR3116 with doubt if the IC is not alive. But new IC is behaving same way.

So, can anyone tell what to be done?

Please find below image.

Nack from Cypress IC.png

Thanks,

Mamata

0 Likes

Hi Mamata,

Please update on the following to debug further.

1.  Could you try using Bridge Control Panel as master and check if the slave address of 0x37 is being ACKed by the MBR3116 device

2.  Explain regarding the host micro controller used in your system

3.  Share the schematic design

4.  Reduce the I2C clock frequency to 100 kHz and check if the MBR3 slave still NACKs

5.  Please clarify on "I can get the ACK from CY8C4014 by the same code changing the chip I2C address"

Thanks,
Shanmathi

0 Likes
Anonymous
Not applicable

Dear Jobin,

   

Thank you for your quick reply.

   

Host tries to resend  the transaction many times within 340 ms,but I have  got no ACK from the CY8CMBR3116 chip.

   

I can get the ACK from CY8C4014 by the same code  changing the chip I2C address.

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Seems as if the chip is not alive. Can you check the communication wit a logic analyzer?

   

 

   

Bob

0 Likes