SM32F411, SPI slave without NSS still receives data
Hi,
I have configured an SPI as receive-only slave in CubeMX and have set NSS to "Hardware input signal":
From logical point of view I now would expect, that there are no SPI data received, as long as NSS stays at high.
However, the CubeMX-generated code still jumps into the SPI-ISR SPI1_IRQHandler() also when NSS is not at LOW.
So my question: what am I doing wrong? How do I have to configure the SPI to respect the NSS/SYNC signal on receiving?
Thanks!