Posted on August 09, 2017 at 11:30Hello everyone,I'm useing the NUCLEO-F072RB and I'm trying to get the SPI via interrupts to work.Here is the CubeMX initialization of the SPI:/* SPI1 init function */void MX_SPI1_Init(void){ hspi1.Instance = SP...
Posted on August 09, 2017 at 13:02I was so focused on the initialization of the SPI thinking there has to be something wrong, that i didn't see the mistake is actually 'if (!(HAL_GetTick() % 10000))'...Better going for a break and clean my mind...