Post Go back to editing

How to configure external clock for SPORT interface as described to get 62.5Mhz for receive

Category: Datasheet/Specs
Product Number: ADSP-21560

I plan to use adsp-2156x series of microcontrollers and i want to know what is meant my using  SPORT with external clock and does using PCG count as an external clock in this case. As per the datasheet spec SPORT can receive data with external clock up to 62.5 MHz

Thread Notes

Parents
  • Hi,

    When the SPORT is configured for external clocking, the clock rate is determined by the external source providing the clock to the SPORT clock pin. You can configure and generate the required clock using the PCG via DAI pins.

    As mentioned in the datasheet, the SPORT supports receiving data with an external clock frequency of up to 62.5MHz.

    We would suggest you to refer the SPORT examples available in the ADSP-2156x Board support package. The BSP can be downloaded from the following link.
    download.analog.com/.../ADI_EV-2156x_EZ-KIT-Rel3.0.0.exe

    Once installed, you can find the example from the below mentioned path.
    [Installation directory]:\Analog Devices\EV-2156x_EZ-KIT-Rel3.0.0\EV-2156x_EZ-KIT\Examples\drivers\sport

    Regards,
    Nandini C

Reply
  • Hi,

    When the SPORT is configured for external clocking, the clock rate is determined by the external source providing the clock to the SPORT clock pin. You can configure and generate the required clock using the PCG via DAI pins.

    As mentioned in the datasheet, the SPORT supports receiving data with an external clock frequency of up to 62.5MHz.

    We would suggest you to refer the SPORT examples available in the ADSP-2156x Board support package. The BSP can be downloaded from the following link.
    download.analog.com/.../ADI_EV-2156x_EZ-KIT-Rel3.0.0.exe

    Once installed, you can find the example from the below mentioned path.
    [Installation directory]:\Analog Devices\EV-2156x_EZ-KIT-Rel3.0.0\EV-2156x_EZ-KIT\Examples\drivers\sport

    Regards,
    Nandini C

Children