2023-11-07 01:52 AM
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
2023-11-21 08:46 AM
Hello @Advance_tech,
Here some possible solution for your issue :
Also, Can you try to write in the component memory with HAL_I2C_Mem_Write() and then read it thanks to HAL_I2C_Mem_Read(). Choose any register existing in the doc.
Best Regards,
Pierre
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-11-22 01:36 AM
hello @Pierre_Paris
2023-11-22 08:46 AM
Hello @Advance_tech,
Best Regards,
Pierre
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.