I am trying to use smbus to talk to a charger chip. Is there any example on how this works ?I am using the following HAL API.HAL_SMBUS_Master_Receive_IT(&hsmbus1, 0x0b, ®_val[0], sizeof(reg_val), SMBUS_FIRST_AND_LAST_FRAME_NO_PEC);IRQ handler:void...