Tool/software: Linux
How to write data flash by hex file?
we use fusion power design tool to export hex file and how to write it by PM bus into UCD data flash.
can i get more detail for example code?
UCD9xxx-UCD3xxx-Programming-Example-C-Code.zip
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.
Tool/software: Linux
How to write data flash by hex file?
we use fusion power design tool to export hex file and how to write it by PM bus into UCD data flash.
can i get more detail for example code?
UCD9xxx-UCD3xxx-Programming-Example-C-Code.zip
3005.Configuration Programming of UCD Devices.pdfHello 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 note.
Thee is a easy way to handle this:
TI Fusion GUI also can export data flash write script file which parses the data flash hex file, put the raw data into a recognized pmbus command format by the order described at the section 9.5. your SW can just follow section the data flash write script file.
Regards
Yihe