Other Parts Discussed in Thread: SYSCONFIG, UNIFLASH
Tool/software:
Hello,
I have some questions about AM2612 using PMIC. Our PMIC part number is TPS65360 .
However, the debug GUI we are using is like this. The program is kill down.
Our PMIC part number is TPS65360, and its I2C address is 0x60. But the address should not add into the sysconfig tool. It may be conflict with I2C0 address in the MCU driver program?
PMIC I2C use I2C2 channel in the following circuit diagram. But the app program cannot run normally. It will hang at the “ gPmicHandle[instCnt] = PMIC_open(instCnt, &gPmicParams[instCnt]);”.
If I delete the PMIC address 0x60 and delete the I2C0 configuration ,then the app will run successfully.
According to my current schematic design, how can I solve the I2C conflict problem? Please help provide solutions. Thank you.
Thanks.