79114269

Date: 2024-10-22 13:22:54
Score: 2
Natty:
Report link

You're right on your understanding of I2C addresses, but not right about STM32 I2C functions.

You do not need to shift the address manually. HAL_I2C_Mem_Write() and HAL_I2C_Mem_Read() already do that for you.

See I2C HAL module driver for STM32F4

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: B.Adlane