Why does HAL_UART_TRANSMIT block my adc routine?
I am using stm32cube with the HAL functions to start my project. I have everything running fine. I have my adc trigger using OCP2 of my pwm and this works like a charm. But wen i use the uart somehow my adc does not want to trigger anymore and i do n...