Hi Jie,
I think your configuration is correct. There are no other registers need to be configure.
I suggest you compare with the demo code as below and see what missed.
https://www.ti.com/tool/UCD3138FW_LLC
I will also consult other engineers on this issue…
Hi Xioafeng,
Are you using the UCD3138ACCEVM149 with the LLC EVM ( https://www.ti.com/tool/UCD3138ALLCEVM150 )?
It will be difficult to debug the issue without knowing the changes to Lab03. It might be easier to start with the LLC EVM firmware ( https://www…
Part Number: UCD3138ACCEVM149 Tool/software: Code Composer Studio Hi Champs,
UCD3138FW_LLC is the CCS project file. Is it possible to connect to the UCD3138ACCEVM149 and debug with CCS directly? If it works, is it connect through JTAG with XDS or USB-to…
You can download the LLC code for all variations of UCD3138 from:
http://www.ti.com/tool/UCD3138FW_LLC
The project includes configuration for UCD3138064 as well.
Regards,
The LLC EVM for UCD3138 is called UCD3138ALLCEVM150.
www.ti.com/.../ucd3138allcevm150
And its firmware can be downloaded from:
www.ti.com/.../ucd3138fw_llc
Is this what you are looking for?
Regards,
We usually define these values in system_defines.h or in pmbus_topology.h, but this does not mean you can not define them elsewhere.
variables.h does not include definition of constants, but only declaration of variables.
If you are interested that the…
I'm not sure which variable you are mentioning, as there are several IDs, so I'll just provide general guidelines.
There are several steps you need to do:
1. define a data flash area in which to store the data
2. Define a RAM variable in which…
I haven't forgotten about you, its just been busy. I finally downloaded the LLC code from the TI website and compiled it on CCS 6.1.3.00034
I used 5.2.5 emulating 5.2.4. I downloaded it and it worked fine. I downloaded it from here:
www.ti.com…