STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how is SPI5_IRQHandler called?

I set up an DMA spi transfer and I want to essentially remove the irq. I'm already in a IRQ and I'm staring a spi transfer and want to just wait for complete. but I can not find anywhere in the HAL code where SPI5_IRQHandler is called. I decided not ...

ulao by Associate III
  • 178 Views
  • 0 replies
  • 0 kudos

Resolved! bug in HAL_GetTickFreq

The description for HAL_GetTickFreq says/** * @brief Return tick frequency. * @retval tick period in Hz */It returns 1 when the tick frequency is 1kHz. The period would be .001 seconds and the frequency would be 1000 Hz. Based on the typedef below, I...

MScha.8 by Associate II
  • 705 Views
  • 6 replies
  • 2 kudos