Bug in Low-Level driver LL_SPI_ReceiveData16
Affected driver library: STM32Cube_FW_U5 v1.0.0 and patch v1.0.2File: stm32u5xx_ll_spi.hFunction affected: LL_SPI_ReceiveData16Bug: Current implementation performs a 32bit access to RXDR register and then casts the result to 16 bits. This leads to un...