STM32H745 and RTOS timers
I'm using AzureRTOS to develop on the STM32H745. I've started with the CM7 core and I've generated some basic code using CubeMX. I've selected TIM6 as a time base for HAL, since AzureRTOS will take over systick for it's uses.I've made a couple thre...