HAL_GetTick() function of STM32F0 driver is blocking SPI interrupts
Posted on September 15, 2015 at 18:13 Hello, I have a problem with ''HAL_GetTick()'' that is blocking the SPI interrupt. In my program, I use the ''HAL_SPI_Transmit_IT'' function from STM32F0 HAL driver library to initiate a SPI tra...