Interface with ADC via I2C (ADC Part No: TLA2528)
Hai.., We are using a custom board with STM32H743IIT6 soldered to it. For our application, we need more Analog Inputs so we have used TLA2528 chip. Below is the code for it.. tx_buf[0] = TLA2528_PIN_CFG; tx_buf[1] = 0x00; HAL_I2C_Master_Transmi...