Bug: STM32F0xx HAL SPI Transmit
Posted on September 23, 2016 at 11:35 I have found a bug in the STM32F0xx HAL SPI driver, specifically in the HAL_SPI_Transmit andHAL_SPI_TransmitReceive functions. Basically they are converting a pointer to uint8_t into a pointer to uint16_t. The...