Question about HAL_UART_Transmit?
Posted on February 04, 2016 at 14:56Guys, How can I print fr to UART ? fr = f_open(&MyFile, ''STM32.TXT'', FA_CREATE_ALWAYS | FA_WRITE); HAL_UART_Transmit(&huart1, fr, 32, 1); // Debug I got this error : ..\Src\main.c(85): error: #167: argument o...