Problem with ST SPI on STM32L475.
Hello,
I am using STM32L475 board and trying to communicate with VNF1048F by SPI. The communication protocol which is used is defined as ST-SPI.
On STM32 I can configure at maximum 16 bit communication but the device (VNF1048F) requires 32-bit frames. That is why I am using 8 * 4 bit. On regular basis I spi error bit is getting set, but only when reading certain registers.
Currently, on each signal line, there is current limiting resistor 3 Ohm. Here marked in red are the errors - 0x21 means SPIE and FAIL_SAFE is set. It happens always on the same registers 0x11, 0x14, 0x16, and 0x17. I have completely no idea what can be a source of a problem. I will be more than happy if you could have any helpful suggestions.

