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.

McBSP on OMAP3730

Hello,

We have asynchronous input source connected to McBSP of OMAP3730 ... can McBSP take asynchronous input ?

Regards,

Girish

  • If yes, how to configure the same!

  • McBSP is a synchronous interface and requires a clock to capture data.

    It may be possible to use the SRG to internally generate the clock which would then be used to over sample the asynchronous input. Frame sync could be used to detect a start marker (if available) and sync to each word of sampled data. Software would need to process the samples to determine the actual input data.

    It really depends on the format of the source signal whether or not this technique might work but it's a suggestion to at least get you started. 

    This is not a normal use case for the McBSP and I have no example code to share.

      Paul