Hello
Yes, You can export the data from a working device. Here are the videos to follow how to export.
https://training.ti.com/fusion-power-designer-import-and-export-data-flash-hex-files?context=1136655-1139495-1136589
https://training.ti.com/fusion…
Hello
Please see my answer below.
A. yes. PMBUS_COMMAND(0xFD) is used to read the device id which include the firmware revision released by TI
B.1 Please refer section 9.5 or 9.6 of the attachment for how to program the configuration data into the…
Hello
All the flashing is done by i2c/pmbus communication. You can follow section 9.5 or 9.6 to make own tool to program under Linux.
2337.Configuration Programming of UCD Devices.pdf
Regards
Yihe
Hello
The firmware is preloaded at manufacturing stage and customers shall never change or update it. What customer need is to program the user configuration and programming user configuration does not require upgrade firmware or enter ROM mode.
if…
Hello,
This is a mistake in both the TCI6630K2L and 66AK2L06 datasheets. The VDDCMON K10 should either be the CVVD Feedback source, or unconnected.
This signal is an internal Power Distribution monitor for CVVD. You need to isolate this from CVDDS…
Hi
The user configuration is stored in the NVM(NOR flash).
Please refer section 9.5 and 9.6 of how to program the user data. 6114.Configuration Programming of UCD Devices.pdf
Regards
Yihe
To run the TSIP (T1 / E1) Example project for K2E devices make sure the pre-requisites are done.
Install CCS (Version : 9.03) installed ( https://www.ti.com/tool/download/CCSTUDIO/9.3.0.00012 ),
Install PROCESSOR-SDK-RTOS-K2E (Version : 06_03_00_106…
Hi
UCD90160A is field programmable. You can either update part of configurations(such as, threshold, timing delay) and whole settings.
The steps are the same as how you program the device first time.
For simple thresholds, you can just issue individual…
Hello
The programming is done by I2C and please follow the attached guide, especially section 9.5.
Please be noted that we do not recommend system file or project file to program 1050.Configuration Programming of UCD Devices.pdf
3005.Configuration Programming of UCD Devices.pdf Hello Wisely
The sample code is how to use TI's micro-controller to write the data flash raw data into the device.
The step to parse data flash hex file is described at section 9.5 of the attached…