SPI slave 1 bit shift after power on
Hi, I'm working with a STM32F446ZET6. In this case, I configured my SPI as slave, and I use the HAL_SPI_TransmitReceive function.
The problem is that when the slave shoud respond with the value 0x11, I receive 0x22 on the master side.
I have checked the send value with a logic analizer and it shows that the slave is sending 0x22 (not 0x11). But this only happens when the programm starts from power on.
When I reset manually (NRST button on STM) the board I don't have this problem. It only happends from power on.
I have no idea of what the issue is.
Thanks in advance for the help.
