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.

TMS320C6455DSK

Hello,

I work with  dsp TMS320C6455DSK. I have to use the SPI Interface. The device work with MCBSP0.
I have to use Single_Phase 8 bit and this part works fantastic, but it is  possible to use a defined Chip select (CSN)?
For example I need:

CSN low 3 x 8 bit to write CSN high
and
CSN low 4 x 8 bit to write CSN high

In describes cases you have only CSN low 1 x 8 bit to write CSN high in the SPI Mode. The Multichannel I can´t use, because I need the intern Clock-Mode. Sombody any ideas???

  •  Using McBSP in SPI mode has a limitation that the chip select needs to be de-asserted between elements.  However, in your case you specifically mentioned doing 3x8-bit and 4x8-bit so I think you can make this work by setting the element size to 24- or 32-bit respectively.