HAL_UART_Transmit but nothing is sent
Hi. I'm using these lines of codeResult= HAL_UART_Transmit(serial, BufferSerialWrite, BufferSize, HAL_MAX_DELAY);to send data but, after some hours, nothing exits from the uart. I have to reboot the mcu.How can I resolve this problem?The line of cose...