Example for SMBus Host on STM32G031K8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-03 7: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.
- Labels:
-
STM32G0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-04 6:26 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-04 6: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.
