stm32f1 fw package 1.70 SPI bug
Im using stm32f103RB on nucleo64 board, to read SPI sensor with half duplex SPI master mode.SPI blocking recive function do not disable SPI properly, it should disable it and then finish recive one more time, as user manual RM0008 specify(25.3.8), bu...