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.

TDA4VM: Is possible to enable mcspi5, mcspi6?

Part Number: TDA4VM

Hi expert,

I have 3 spi slave device want to communicate with tda4vm, since I found maybe some problem in tda4vm's mcspi driver of multiple channels.(related link https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1000586/tda4vm-mcspi3-multiple-channels-crashed-problem). So I try to enable mcspi5, mcspi6. But it seems it's not support  mcspi5,mcspi6,mcspi7 in SPI_soc.c yet.

If I add configuration for mcspi5,mcspi6 in SPI_soc.c, Will it work?

One last word, my requirement is communicate with 3 spi device in blocking mode or callback mode. No matter using one spi instance with multiple channels or using multiple instances with singale channel. Both is fine.

Regards.