SBAU417A July 2025 – September 2025 AFE7952
Data rates in the signal chain are often connected with the JESD mode (LMFS, SerDes rate), and a list of compatible modes are provided in the device data sheet. Use the following parameters in the bringup.py script to modify the configuration. Rerun the script after assigning new values to the following parameters.
## In below parameters, each element sets the particular LMFS-Hd for the particular channels.
# JESD and Serdes Parameters
sysParams.LMFSHdRx = ["12410","12410","12410","12410"]
sysParams.LMFSHdFb = ["24410","24410"]
sysParams.LMFSHdTx = ["44210","44210","44210","44210"]
# Decimation and interpolation parameters for the data converter signal chains.
sysParams.ddcFactorRx = [8,8,8,8]
sysParams.ddcFactorFb = [8,8]
sysParams.ducFactorTx = [16,16,16,16]