X-Cube-SMBUS not working
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
```


