Skip to main content
abotha
Associate III
July 27, 2018
Question

LL I2C Address Ack Detection

  • July 27, 2018
  • 1 reply
  • 781 views

How can I detect (from a master device) when a slave Acknowledges its address on the I2C bus?

I can see on my oscilloscope that the slave Acks its address, but I can't figure out how to detect that Ack from the I2C registers on the master.

I'm using a STM32L433 and using LL Driver for I2C.

Kind Regards

AJ

0690X0000060OVXQA2.png

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    August 10, 2018

    I don't know you'll need to review source trees. I'd suppose it progresses beyond the address phase without an error, so look for a state transition or progression.

    Review the Reference Manual to understand the mechanics, registers involved and status flags etc.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..