cancel
Showing results for 
Search instead for 
Did you mean: 

X-Cube-SMBUS not working

ACipr.1
Associate

I'm trying to use X-CUBE-SMBUS extension with I2C3 on STM32L4VCT6

ACipr1_1-1701466516304.png

But it's not letting me select Platform Settings 'Found Solutions:

I'm getting the following message in my terminal. I'm not sure what this is about:

```

2023-12-01 16:15:17,676 [INFO] ThirdPartyModel:298 - Start build external matchings
2023-12-01 16:15:18,539 [INFO] ThirdPartyModel:316 - End build external matchings
2023-12-01 16:15:18,548 [INFO] CheckServerUpdateThread:120 - End of CheckServer Thread
2023-12-01 16:15:26,367 [INFO] I2cTimingTraitement:330 - 0x10909CEC
2023-12-01 16:15:37,816 [INFO] BspModel:203 - createCodeInput : SMBus Template : 2 IPName : I2C.* IPMode : SMBus.* Component : Solution : I2C3 InstanceName :
2023-12-01 16:15:37,817 [WARN] IP:2113 - SMB_psa not found: check if there is a RefParameter without a condition.
2023-12-01 16:15:37,837 [WARN] IP:2113 - SMB_psa not found: check if there is a RefParameter without a condition.
2023-12-01 16:17:50,729 [INFO] CheckServerUpdateThread:120 - End of CheckServer Thread

```

1 ACCEPTED SOLUTION

Accepted Solutions
Ghofrane GSOURI
ST Employee

Hello @ACipr.1 

First let me thank you for posting.

I used the latest version of CubeMX 6.10.0 to check the issue mentioned above and this is what I got please have a look :

GhofraneGSOURI_0-1701691546698.png

GhofraneGSOURI_1-1701691618546.png

 

 Thx

Ghofrane

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.

View solution in original post

2 REPLIES 2
Ghofrane GSOURI
ST Employee

Hello @ACipr.1 

First let me thank you for posting.

I used the latest version of CubeMX 6.10.0 to check the issue mentioned above and this is what I got please have a look :

GhofraneGSOURI_0-1701691546698.png

GhofraneGSOURI_1-1701691618546.png

 

 Thx

Ghofrane

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.

ACipr.1
Associate

Updating CubeMX resolved the issue. Thank you