Post Go back to editing

How to edit the talise_config.c file so it matches the output files from the Profile configuration wizard

The platform I use is the ADRV9009 and the ZCU102.

How to edit the talise_config.c file so it matches the output files from the Profile configuration wizard?

I can't figure out how the entries of Tx and lpbk has to be translated. They are separate in the profile configuration wizard and combined in the talise_config.c file.

The profile configuration wizards has a FIR array for Tx and lpbk. But the talise_config.c has only one.

  • Talise_config.c
  • From the Profile configuration wizard. How shall I convert the following 3 array items?
    <lpbk>
         ...
         <filter FIR gain_dB=-6 num=48>
         ...
         <lpbkAdcProfile num=42>
         ...
     </lpbk>
    <tx...
         <filter FIR gain_dB=0 numFirCoefs=20>
          ...
     </tx>


The platform I use is the ADRV9009 and the ZCU102
[edited by: JV-IE at 11:29 AM (GMT 0) on 16 Apr 2019]