Another Microsecond Delay
NUCLEO-64 STM32L476RGSTM32CubeIDE 1.10.1 Trying to get a microsecond delay to work based on this post.APB1 Timer = 80 MHz from HSI->PLLCLK.TIM6 = 1 MHz (Prescaler = 79, ARR = 0xFFFF)My main (after MX stuff) looks like this and sets delay to 5000 us (...