Skip to main content
PrashantP
Associate II
February 29, 2020
Question

STM32f303c8 communicate with M24m01 i2c

  • February 29, 2020
  • 3 replies
  • 958 views

hello,

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

This topic has been closed for replies.

3 replies

KnarfB
Super User
February 29, 2020

Use the HAL_I2C_Mem_Read and HAL_I2C_Mem_Write functions.

PrashantP
PrashantPAuthor
Associate II
March 2, 2020

Yes Sir,

i already used that still not working.

KnarfB
Super User
March 2, 2020

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.