STM32F0 Cube FW Library's SPI bug
Posted on June 30, 2017 at 04:40F0 cube library's SPI API has problems.In spite of running 8 bit transmission mode, the library transmit a 16 bit data.So the misalignment check routine does not filter the unaligned address on 8 bit mode.Then, I thin...