TIDUF71A March 2024 – November 2024
The following table lists useful Latte commands for modifying or evaluation the board condition.
Parameter | Latte Command | Notes |
---|---|---|
Adjust Channel Outputs | AFE.TOP.overrideTdd(15,2,15) |
Rx, Fb, Tx 15(d) = 1111(b)= All On |
Adjust DSA Setting | AFE.DSA.set<Path>Dsa(<Ch>,<Attn>) |
<Path> = Tx, Rx, Fb <Ch> = 0, 1, 2, 3 for example, AFE.DSA.SetTxDsa(0,10) |
Adjust NCO Settings | AFE.update(<Path>Nco(<Ch>,Freq) |
<Path> = Tx, Rx, Fb <Ch> = 0, 1, 2, 3 for example, AFE.updateTxNco(0,2100) |
Re-sync DAC | AFE.adcDacSync() | |
Measure Temperature | AFE.getDeviceTemp() |