Hello
the latte tool automatically creates the AFE system parameter struct file "afe7903Parameters.c" besides the log file. Unfortunately, this output file is not usable. The are a lot of bugs in the output file like with the brackets ({,[ or ], }) or the data format for parameters like "FRef" are set as double, but an unsigned integer value is expected. The declaration order is not correct.
The python function inside the latte tool whichs creates this c-file needs to be fixed.
We want to configure the Nco frequency dynamically and thus we need the c-function "updateRxNco" inside the CAFE-library. This c-function requires correct defined values inside the system parameter struct "afe79SystemParamsStruct". What is your suggestion of setting those parameters inside the system parameter struct in advance before invoking the "updateRxNco" function? Should we set those parameters with the functions inside "tiAfe79_paramsSetterGetter" file before?
We are using the CAFE library C_libraries_CAFE2p1. This library was uploaded by TI in march 2023 in the secure folder.
Thanks in advance for your help
Best regards, Frederik