cancel
Showing results for 
Search instead for 
Did you mean: 

Example for SMBus Host on STM32G031K8

SandeepKel
Associate II

hi,

I'm looking for SMBus Host Controller on STM32G031K8..

 

The example is for different boards and when porting in done on my target I don't see any behavior as explained in the example.

Kindly provide some pointers.

2 REPLIES 2
Pierre_Paris
ST Employee

Hello @SandeepKel,

Here some remarks :

  • Are you talking about the X-CUBE-SMBUS ?
  • Can you tell more about the application you want to create ? Which mode ? n° of slave ? slave reference ? configuration ?
  • Have you consider the chapter 32.4.(12 to 15) of the RM0444 ?

Best Regards,

Pierre

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.

Hi,

I tried to check example for SMBus Host on STM32G031K8.-NUCLEO-32 EV board.

There is no example for this particular EV board.

The X-CUBE-SMBUS provide example projects for some different MCU and EV Boards.

I want an example for SMBus Master as Slave where we can send some packets from master and receive the same at Slave.

 

We want to create a driver for SMBus master to communicate with Charger IC, so we want to demonstrate SMBus working between two STM32 .

We tried to follow your examples but there is not much success.