Skip to main content
Explorer
December 4, 2023
Question

Example for SMBus Host on STM32G031K8

  • December 4, 2023
  • 1 reply
  • 1083 views

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.

    This topic has been closed for replies.

    1 reply

    ST Employee
    December 4, 2023

    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

    Explorer
    December 5, 2023

    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.