2023-12-03 07:39 PM
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.
2023-12-04 06:26 AM
Hello @SandeepKel,
Here some remarks :
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.
2023-12-04 06:22 PM
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.