resolving a conflict between using Timer3 interrupt and HAL_Delay()
Hi all,Hardware - STM32L4R9 Disco with STEVAL-MK172V1 eCompassI'm stuck trying to resolve some kind of conflict I'm having with Hal_Delay. I've lowered the priority of the timer interrupt so that SysTick is a higher priority. I've tried using both th...