UART don't initialize
Hello,I'm working on a NucleoF746ZG, for the past week i'm unable to communicate with board tought UART.The problem seems to be that HAL_UART_Init(&huartX) return 0 which means that the UART is not initialized.I tried to check if it was a hardware pr...