2021-11-26 07:29 AM
Hello,
I am working on NUCLEO-H745ZIQ board. I am interfacing PCAL6524 to board .I have to read the Device address of that IC. Which HAL function that I have to used? I am get confused.
2021-11-26 11:23 PM
why you shift in right side?
2021-11-27 07:25 AM
You need to shift the address because that's what HAL expects, but since you already did that, don't shift it again.
Send 0x46, or send 0x23 << 1.