Visitor II
May 23, 2023
Solved
Repeated Start bit code without memory address
- May 23, 2023
- 2 replies
- 944 views
I am using a Flintec TR2 board, and I want to communicate with it via my STM32 L496zg Nucleo Board. It uses I2C repeated start condition to communicate. Most of the codes I found online suggest using HAL_I2C_Mem_Read/Write functions but the user manual does not have any register addresses mentioned in the manual.
Can someone guide me on this?