This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320VC5509A: How to bring frame sync pulse after data.

Part Number: TMS320VC5509A

Hello! I'm planning to use McBSP of TMS320VC5509A to send channel number and voltage to external DAC.

DAC requires frame sync pulse [FSX] after one word of data [DX], bit I couldn't find the way.

Is it possible to output FSX after DX?

  • The team is notified. They will post their feedback directly here.

    BR
    Tsvetolin Shulev
  • Hi,

    Looking at the MCBSP reference guide, I see that:
    "When FSR and FSX are outputs, implying that they are driven by the sample rate generator, they are generated (transition to their active state) on the rising edge of internal clock, CLK(R/X). Similarly, data on the DX pin is output on the rising edge of internal CLKX"

    Or the MCBSP can generate frame sync on every DXR-to-XSR copy.

    So the MCBSP does not seem to be able to output frame sync after [DX].

    Have you considered using a GPIO to output the frame sync separately? Of course this would require modifications in your McBSP driver.

    Best Regards,
    Yordan