SPI RXNE stays to 0
Hello,I have a project configured by cubeMX with a STM32L476 nucleo board.I have the following SPI configuration function:/* SPI2 init function */ void MX_SPI2_Init(void) { LL_SPI_InitTypeDef SPI_InitStruct = {0}; LL_GPIO_InitTypeDef GPIO_InitS...