Other Parts Discussed in Thread: USB2ANY
This is related to an earlier question: USB-PD-CHG-EVM-01: USB-PD-CHG-EVM-01 Getting started - Power management forum - Power management - TI E2E support forums
I am running the same setup of using a USB2Any to try flashing configuration data to the EVM board.
The files output by the online configurator (TPS25750 Application Customization Tool) are either in binary or in .C, which are not immediately compatible with the USB2ANY Explorer software (it wants to load a .i2c file, which I discovered is a plain text string of hex values).
It seems like USB2ANY Explorer is designed to flash individual addresses manually, and not the entire 32000 hex bytes output by the configurator?
I have written a python script to convert the .C file into the .i2s data required by USB2ANY Explorer, so if it is indeed possible to perform the full flash using USB2ANY, do let me know
Thanks!