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.

TDA4VH-Q1: Compilation Error for DDRSS Register Configure Tool Version 11

Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: TDA4VH, SYSCONFIG

Hi TI Experts,

Customer is working on TDA4VH SDK9.2. 

They previously have used DDR tool version 10.0 successfully. Now when they move to the latest version 11, they found some compilation error and may need your help to solve.

They have configured DDRSS0 only shown below.

https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/k3_2D00_j784s4_2D00_ddr_2D00_evm_2D00_lp4_5F00_new-config-tool.dtsi

However, when they compile this dts file, they will find the below problems.

Could you help provide some suggestions please?

Thanks a lot!

Kevin

  • Hi Kevin,

    It looks like the SysConfig version (v0.11.0) did not provide values for DDRSS2/DDRSS3. Even though those interfaces are not being used, the structure of the SDK expects some value by default. 

    I have added place holder values in DTSI file you provided. Can they give this a try?

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/k3_2D00_j784s4_2D00_ddr_2D00_evm_2D00_lp4_5F00_new-config-tool_5F00_TIedit.dtsi

    We will look into resolving this issue.

    Regards,
    Kevin

  • Hi Kevin,

    Thanks for your reply, this new dtsi could fix the compilation problem, thanks a lot!

    Kevin