Hi all,
I am interested in finding a way to pause the SPI SLAVE from sending data even if the CSSEL Line is on.
I am using a DMA SPI connection and the SPI SLAVE is configured correctly. Is there a way to change a transmit register to avoid sending?
Disabling the SPI in the configuration register would reset the whole setup.
Dirty fixes like changing / inverting the Polarity should be avoided.
My biggest hope was changing the TXSSEL0_N and following bits in the TXDATCTL register, however it did not work out.
Can anyone help me there?
Furthermore, while debugging I found, that the SPI STATUS register gave me a 270 and 271, which makes me curious, because according to the Datasheet/Manual, thats an overrun and I would have thought, that I would receive an error then.