User Activity

I am using an STM32F407 to communicate with an LTC1760 dual battery charger via SMBus.If I restrict my queries to either the LTC1760 alone or a battery, the communication is flawless.However, the moment I switch from addressing LTC1760 to a battery o...
I am using an STM32F407 controller and have configured I2C1 as SMBus.However after configuration in the IDE, the initialization code generated for I2C1 is as follows:void MX_I2C1_SMBUS_Init(void) {   /* USER CODE BEGIN I2C1_Init 0 */   /* USER CO...
Is there any way to use the X-CUBE-SMBUS middleware from ST with STM32F407?The controller does support it but ST's middleware does not.Does anyone know why it would not be supported?The reason I say its not is because the HAL for it is not in the #if...