cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F407 SMBus slave read word & write block example and technical documents

MLin
Associate

Dears,

Is there any SMBus Slave read word and write block example and technical documents of STM32F407 for reference?

I found AN4502 Application note, but it only supports STM32F0 Series, STM32F3 Series, STM32G4 Series, STM32H7 Series, STM32L0 Series, STM32L4 Series and STM32WB.

Thank you.

Best Regards,

Manu Lin

This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION

Accepted Solutions
Bouraoui Chemli
ST Employee

Hi,

The STM32F4 is not supported in the X-CUBE-SMBUS package as well as the application note (AN4502) because I2C peripheral isn’t the same as other products.

Bouraoui

View solution in original post

2 REPLIES 2
TDK
Guru

SMBus and I2C are nearly identical. Any I2C example should work.

https://github.com/STMicroelectronics/STM32CubeF4/blob/3d6be4bd406f275728e0a321cc371c62a3100533/Projects/STM32F412ZG-Nucleo/Examples/I2C/I2C_TwoBoards_ComPolling/readme.txt

If you feel a post has answered your question, please click "Accept as Solution".
Bouraoui Chemli
ST Employee

Hi,

The STM32F4 is not supported in the X-CUBE-SMBUS package as well as the application note (AN4502) because I2C peripheral isn’t the same as other products.

Bouraoui