Posted on June 22, 2015 at 16:08
I am using a STM32F103RBT6 and I'm trying to use SPI in slave fullduplex mode with generated code from CubeMX.
The master is sending a predefined data package and I try to respond.
I can receive the who...
Posted on June 26, 2015 at 08:38
I already checked all parameters in the initialization.
But after searching for a while I found the problem.
The master is providing a 100khz clock frequency for the SPI communication.
As stated ...