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.

OMAP 3530 MCSPI Clock Gating

Other Parts Discussed in Thread: OMAP3530

The OMAP3530 is acting as SPI Master.

I am wondering if there is a way for the MCSPI3 Clock output pin to have a free running clock always appear on it.

Changing the registry idle settings does not appear to make the clock persistent.

Thanks in advance!

-Joe

  • Joe

    SPI is designed only to generate a clock while transferring data.

    The only way you can generate a continuous clock would be to always transmit data. Even then, you would loose one clock pulse every time the shift register was loaded.

      Paul  

  • McBSP can handle that use case.  You can setup the frame sync to be generated on "DXR to XSR copies" which will make the frame sync behave similarly to the chip select of SPI, but the clock will run all the time.