This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TPS25751EVM: which func should be invoke for the DATA1.TargetAddress of the 09 reg

Part Number: TPS25751EVM
Other Parts Discussed in Thread: TPS25751

Tool/software:

Hi,

In the 09 reg, i write data 80 70 00 00 30 32. The 30 is the target address for patch in RAM, right?
which function should I use?

I used I2C_PB_MCU_I2CMasterSendStart(0x30, 0, 1); its return code is 02 means /* Last Byte Naked: INTR_MASTER_I2C_NACK                 */.

In E2E I saw it can be write 64byte at a time. Confuse me a lot how to do.

  • Hi Carson,

    which function should I use?

    I'm not sure what you are saying here? What do you mean by "function".

    I used I2C_PB_MCU_I2CMasterSendStart(0x30, 0, 1); its return code is 02 means /* Last Byte Naked: INTR_MASTER_I2C_NACK       

    I am not familiar with that function, please see the TRM for proper operation of PBMx.

    In E2E I saw it can be write 64byte at a time. Confuse me a lot how to do.

    Are you talking about the PBMx flow? Please read section 5.2 in the TPS25751 TRM.

    Thanks and Regards,

    Chris