Other Parts Discussed in Thread: TPS55288
Hello,
I've seen the following thread where Mr. Ryan G had some issues communicating with the chip/EVM using a custom microcontroller.
I seem to have the same problem. I'm getting a "generic"/"wrong address" error (PICO_ERROR_GENERIC) from the i2c_read and i2c_write functions.
It looks like the module is working (3.926V output seen when 12V input is applied) but I want to be able to program it.
I'm using Rpi Pico module, using i2c0 peripheral.
Connections:
GPIO4(SDA) to pin 10 on the 10-pin-connector of EVM
GPIO5(SCL) on pin 9 on the 10-pin-connector of EVM
EVM's AGND pin connected to Rpi Pico's ground for common ground