Associate II
November 7, 2023
Question
Getting HAL_ERROR while using I2C in Fast mode pulse
- November 7, 2023
- 12 replies
- 14192 views
Hi All,
I trying to interface MAX6651 Device using I2C module using STM32F410C8U6 MCU.
Device address is 0x36 But when i'm using
HAL_FMPI2C_IsDeviceReady(&hfmpi2c1, 0x36 , 2, 100); this API returning the value
HAL_ERROR.
Here are some snaps


Anybody look into it send some solutions
