Hi every body,
I am trying to initialize the Mcbsp as spi master to transfer a data frame consist of many words, the data transfer works fine when the frame length is one word.
I am using the internal clock generator and the internal frame sync generator ( I tried DX2XSR as well as FSG).
when I try to initialize the frame length higher than one word, then I get a data bit shifting. This shifting is caused by stopping the clock for one period of the sample rate generator clock after each word.
I read some posts in your forum regarding this problem, but I didn't found a suitable solution expect transferring the data word wise. ( this is not adequate solution for my project)
My Question is:
Is it possible to transfer a frame consisting of many words without the bit shifting?
Why the sample rate generator clock stops after each word inside one frame? could it be fixed by the McBSP initialization?
Thank you in advanced
Moneer