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.

RTOS/PROCESSOR-SDK-OMAPL138: TI RTOS SPI Chipselect Issue

Part Number: PROCESSOR-SDK-OMAPL138
Other Parts Discussed in Thread: OMAPL138

Tool/software: TI-RTOS

Hi All,

I am using pdk_omapl138_1_0_6 for LCDKOMAPL138.

I have two devices over same SPI bus (bus 1). Configuration for both the devices are different, one is in 4-pin mode and another one is in 3-pin. I tried configuring and using them at the same time and it was failing. On looking inside the spi driver it seems that at a time I can open one handle for one bus with one chip select. Meaning I cannot use both the devices at the same time. 

So, is this pdk driver drawback or hardware issue?

Thanks...