I2C Repeated Start on NUCLEO-F303RE
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-01-02 3:58 AM
Hi to all!
Does anyone know how to implement a repeated start in I2C communication?
I'm using a NUCLEO-F303RE with the following STM32CubeMX commands:
- HAL_I2C_Master_Transmit
- HAL_I2C_Master_Receive
These couple of commands don't implement a repeated start...
Thanks in advance!
Flavio
Labels:
- Labels:
-
I2C
-
STM32Cube MCU Packages
-
STM32F3 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-01-02 8:35 AM
Hello @flavio23 ,
You need to use the following functions:
- HAL_I2C_Master_Sequential_Transmit_IT
- HAL_I2C_Master_Sequential_Receive_IT
-Amel
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.
