cancel
Showing results for 
Search instead for 
Did you mean: 

STM32f303c8 communicate with M24m01 i2c

PrashantP
Associate II

hello,

anyone having sample code of external eeprom ic m24m01 i2c communication.

3 REPLIES 3
KnarfB
Principal III

Use the HAL_I2C_Mem_Read and HAL_I2C_Mem_Write functions.

PrashantP
Associate II

Yes Sir,

i already used that still not working.

KnarfB
Principal III

If you want help you should be more specific about your code, the error symptoms and what you have tried to get your HW and SW running.