STM32L476 TIM15, single timer interrupt for delay purpose (630uSec)
I have written a code which test the TIM15 for delay response of 630uSec (using DWT to measure in uSec). Below is the working code (superloop). I have looked into oneshot and could not make it work from CubeMX and TIM15 configuration. I found it was ...