Other Parts Discussed in Thread: TMDS64EVM
Tool/software:
Hi,
I am running the dev board TMDS64EVM.
I only need one spi controller, however, I have two channel. Each of channel is correspending to a separate CS.
after I use "MCSPI_transfer" to the first channel, I tried to transfer the data to the second channel. it is not working on second transfer.
I have to config it to MCSPI_CH_MODE_SINGLE mode, since I need force CS enable.
Need to mention, if I make transfer standalone, either for channel 1 and channel 0, all works fine.
However, If I tried to consecutively transfer to 0 then transfer to 1, it failed.
how to solve, did I forgot to close, but I am sure, I dis select CSL_MCSPI_CH0CTRL_EN_MASK in the end. to disable the current channel.
what is the wrong, why it can't consecuritvely transfer?
Thanks
code for configruation
<code>
}
</code>
code for transferation
<code>
</code>