STM32F072 SPI bidirectional mode strange behavior
Posted on December 13, 2016 at 10:37Hello,I'm using the STM32F072-Nucleo64 board, and direct register access (no SPL and no HAL).Using SPI in normal (aka full duplex) works without any problem, sending a byte is OK and receiving also is OK. But I wo...