HAL_Delay_Microseconds on STM32F302R8
Posted on June 19, 2018 at 19:27I'm trying to find a way to use a delay of 300microseconds in my code. I'm currently using a F302R8. I'd like to do this without using interrupts for the time being, if possible. Is there a HAL_Delay_Microseconds a...