Tool/software:
I use TPS25751 no eeprom.
In my board,It did not use the pin of I2Ct_IRQn.
I blocked the interrupt level waiting code。// while (HAL_GPIO_ReadPin(GPIOE, GPIO_PIN_4) != GPIO_PIN_RESET);
when upload path, the tps25751 can not act the address 0x30.
/****** STEP: 07 ******/
tps25751_upload_patch(patch);
the iic send 0x30<<1, get nack.
please help me get the reason.
tks.