Resolved! STM32H7 HAL usart with and without interrupt
Using an STM32H723 I started with a non interrupt USART connection onto a wifi module.I set up the connection on UART3 implementing nothing more than that and using these instructions int len = sprintf(tx_buff,"AT+GMR\r\n");HAL_UART_Transmit(&huart3...