2023-12-01 01:38 PM
I'm trying to use X-CUBE-SMBUS extension with I2C3 on STM32L4VCT6
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
```
Solved! Go to Solution.
2023-12-04 04:06 AM - edited 2023-12-04 04:07 AM
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 :
Thx
Ghofrane
2023-12-04 04:06 AM - edited 2023-12-04 04:07 AM
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 :
Thx
Ghofrane
2023-12-04 06:30 AM
Updating CubeMX resolved the issue. Thank you