Creating the Standalone CDMA Application - 2023.2 English

Zynq-7000 SoC Embedded Design Tutorial (UG1165)

Document ID
UG1165
Release Date
2024-05-02
Version
2023.2 English
  1. Launch the Vitis Unified IDE and open the workspace you worked on before.

  2. Update the hardware specification:

    1. Select the zc702_edt platform Component, and select Settings and click on vitis-comp.json.

    2. Select Switch XSA and browse to the updated XSA above..

Note: Users can verify that the platform has updated by selecting the Hardware Specification and verify that the CDMA driver is present

  1. Select File → New Component → Application Project.

    The Create Application Component wizard opens. Use the information in the table below to make your selections in the wizard screens.

    Screen

    System Property

    Setting or Command to Use

    Name and Location

    Name Location

    cdma_app default

    Select Platform

    Name

    zc702_edt

    Select Domain

    Name

    standalone_ps7_cortex9_0

    Click Finish. The New Application Project wizard closes and the Vitis software platform creates the cdma_app application component under the Vitis Components view.

  2. In the Vitis Components view, expand the cdma_app component, right-click the src directory, and select ImportFiles to open the Import Sources dialog box.

  3. In the Import Sources dialog box, click the Browse button next to the From directory field and specify the design files folder to ref_files/example7.

  4. Select the cdma_app.c file and click Finish.

  5. Build the CDMA application component by clicking the hammer button on the cdma_app under FLOWS.