Hello again,
even when using the Flashstream Method my old Problem still exists :-(, I just want to write a small Programm running on an MCU that will program the golden Image into a BQ27541G1 device, so I understand "R: I2CAddr RegAddr NumBytes" but what does that mean on the I2C- Side ? Looking at the I2C side should I do:
send I2CAddr as Write,
send RegAddr as Write, Stop
do a repeated Start,
send I2Caddr as Read
read NumBytes
? *OR* is there a command "Read from Register" ? in this case the sequence probably is:
send I2CAddr as Write,
send "Read from Addr" ? as Write,
send RegAddr as Write, Stop
do a repeated Start,
send I2Caddr as Read
read NumBytes
can You please explain it to me ?
Thx in advance, Enrico