Other Parts Discussed in Thread: INA219
Hi,
We are trying to interface INA3221 for power monitoring in our custom PCB using STM32WLE5JC16 processor, but not getting I2C response. We have used the same ground for the microcontroller and INA3221 and only one device is connected to the I2C. We tested with both 100Kbps(standard) and 400Kbps(fast mode), But it is not working. Also, we tested with STM32WL55JC1 Nucleo board. Still, the I2C connection can't be established. But it works with INA219. and also other I2C devices. When we connect this INA3221 to Arduino I2C is responding properly.Please let me know what is the issue?
while(HAL_I2C_IsDeviceReady(&hi2c2, 0x41<<1,1, 100));
{
HAL_UART_Transmit(&huart2, i2cok, sizeof(i2cok), 100);
HAL_Delay(500);
}