Dear E2E:
Thank you very much for your respond and help.
I have two more question about SPI interface on OMAP-L138.
1. SPI_CLK is determine by Prescaler value: SPI_CLK_freq = "SPI module clock"/(PRESCALE+1).
When (PRESCALE+1) is not "even" value - SPI_CLK is not 50% duty cycle. Is it correct?
I use CLK POLARITY = 0 and I have (PRESCALE+1) = 5. I expect the SPI_CLK duty cycle to be 60% for "CLK high" and 40% for "CLK low".
Is this correct? I could not find it in the data sheet and User Guide.
2. I use 4-wire interface with Enable. I need to transfer 4x16-bit words without any delays between transfers. Is CSHOLD bit in register SPIDAT1 applicable in 4-wire mode with ENABLE? ENABLE will stay active (low) for the sufficient time and I will set CSHOLD=1 and WDEL=0 in SPIDAT1 register.
Thank you,
Boris Ruvinsky