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.