SBAU392A July   2022  – January 2023 AFE7950 , TRF1208

 

  1.   TRF1208-AFE7950-EVM Evaluation Module User's Guide
  2.   Trademarks
  3. 1EVM Overview
    1. 1.1 Hardware
      1. 1.1.1 Recommended Test Environment
      2. 1.1.2 Required Hardware
    2. 1.2 Required Software
      1. 1.2.1 Software Installation Sequence
      2. 1.2.2 Software Installation Checks
    3. 1.3 Signal Chain of the EVM Board
  4. 2Hardware Setup (TSW14J56 Used as an Example)
    1. 2.1 Power Supply Setup
    2. 2.2 TRF1208-AFE7950-EVM and TSW14J56 EVM Connections
    3. 2.3 RF Test Equipment Setup
  5. 3Latte Overview
    1. 3.1 Latte User Interface
    2. 3.2 Useful Latte Short-Cuts
  6. 4TRF1208-AFE7950-EVM Automatic Configuration
    1. 4.1 Steps to Start Automatic Configuration
    2. 4.2 TXDAC Evaluation
    3. 4.3 RXADC and FBADC Evaluation
  7. 5Status Check and Troubleshooting Guidelines
    1. 5.1 TRF1208-AFE7950-EVM Status Indicators
    2. 5.2 TSW14J56 EVM
  8. 6TRF1208-AFE7950-EVM Manual Configuration
    1. 6.1 TSW14J5x DAC Pattern Setup
    2. 6.2 Connect Latte to Board
    3. 6.3 Compile Libraries
    4. 6.4 Program TRF1208-AFE7950-EVM
    5. 6.5 Modify Configuration
      1. 6.5.1 Data Rate and JESD Parameters
      2. 6.5.2 Data Converter Clocks Settings
  9. 7Setup the TSW14J5x With the HSDC Pro
    1. 7.1 DAC Pattern Setup and Send
    2. 7.2 DAC Synchronization Check
    3. 7.3 ADC Data Capture
    4. 7.4 ADC Synchronization Check
  10. 8Revision History

Steps to Start Automatic Configuration

  1. Within the Microsoft®Windows® PC, start the HSDC PRO software by going to Start > Texas Instruments > High Speed Data Converter Pro. As shown in Figure 4-1, ensure that the High-Speed Data Converter Pro started properly. Take note of the Serial Numbers of the TSW14J56 EVM after the device is connected.
    GUID-799A98CA-3384-4A56-AF89-A501605EBCD0-low.png Figure 4-1 Connecting to TSW14J56 From HSDC PRO
  2. Press the OK button to proceed the connection of the TSW14J56 EVM to the PC.
    GUID-1BA77F35-F053-4BFB-B4B1-A3D457EB9431-low.pngFigure 4-2 HSDC Pro Connect to Board
  3. Within the Microsoft Windows PC, start the Latte software by going to Start > Texas Instruments > Latte. Ensure that the Latte software had started properly.
  4. On the left hand side of the Latte, within the Scripts window, expand AFE79xx > Automation > AFE79xx_TSW14J56_Mode1.py. Figure 4-3 shows the python script.
    GUID-C14479C2-4A77-4609-995D-6C28734114ED-low.png Figure 4-3 AFE79xx Mode 1 Automatic Configuration Script
  5. Three parameters within the AFE79xx_TSW14J56_Mode1.py must be changed per the directory being used by the High-Speed Data Converter Pro software and the Latte software.
  6. As shown in Figure 4-4, change item #1 and #2 to reflect the location of the Latte install directory for the setup.py and devInit.py. Usually the area where a0xxxxxx must be replaced with the Windows user ID login.
    GUID-9E1220A9-FE93-4CD5-B35A-287F8D3887F1-low.png Figure 4-4 Directory Parameter to be Changed in the Automation Script
  7. As shown in Figure 4-4, change item #3 to reflect the location of the High-Speed Data Converter Pro directory for the TSW14J56 firmware.
  8. As shown in Figure 4-5, enter the serial number of the TSW14J56 EVM per the highlighted location in .
    GUID-817677F7-9E5B-4AFD-805B-5CD8F66CF878-low.png Figure 4-5 TSW14J56 EVM Serial Number Location
  9. With the AFE79xx_TSW14J56_Mode1.py highlighted, press the F5 button to execute the script. The script will automate both High-Speed Data Converter Pro software and Latte software to automatically bring up the JESD204B link.
  10. As shown in Figure 4-6 and Figure 4-7 expect the following two error messages after the script runs.
    GUID-93A53B66-F663-4196-B66A-79BB878BE83B-low.png Figure 4-6 Latte Error 1
    GUID-3F58443A-27DE-4572-B576-32C0FE9D5DE3-low.png Figure 4-7 Latte Error 2
  11. The default TRF1208-AFE7950-EVM has the following RF frequency matching network:
    1. RXA (TRF1208): 2.3 GHz
    2. RXB (TRF1208): 5 GHz
    3. RXC (TRF1208): 8 GHz
    4. RXD: None
    5. FB1 (TRF1208): 6 GHz
    6. FB2 (Differential connectors): 6 GHz
    7. TXA (TRF1208): 6 GHz
    8. TXB (Balun): TBD GHz
    9. TXC (Balun): 6 GHz
    10. TXD (Balun): TBD GHz
  12. The example script to change the NCO to match the default RF frequency matching network is the following:
    AFE.updateTxNco(0,6000,0,0)
    AFE.updateTxNco(1,6000,0,0)
    AFE.updateTxNco(2,6000,0,0)
    AFE.updateTxNco(3,6000,0,0)
    AFE.updateRxNco(0,2300,0,0)
    AFE.updateRxNco(1,5000,0,0)
    AFE.updateRxNco(2,8000,0,0)
    AFE.updateRxNco(3,6000,0,0)
    AFE.updateFbNco(0,6000,0)
    AFE.updateFbNco(1,6000,0)
  13. As shown in Figure 4-8, enter the commands in the command line prompt or execute AFE79xx_DC101_NCO_Setup.py (under Automation Folder of AFE79xx) in the Latte through F5 key.

GUID-0DFEE281-EDD5-4948-B6C3-D8B434F72989-low.pngFigure 4-8 Latte Command Prompt for Updating TXNCO