Do i really need to use HAL_Delay() after each HAL_UART_Transmit()?
so i was following an online tutorial (from digikey, where they teach how to use dma) and in it the values from ADC is transmitted through DMA to a buffer of decent size (4096byte). But it seems they always use the hal delay function after using uart transmission. Is this necessary, i noticed that without the delay function my frequency goes from 1khz to 7khz and i dont see any issues with the transmission too.
i mentioned about the dma from adc in case its relevant for using the delay function in uart
