Posted on April 09, 2017 at 16:11In Nucleo-144 stm32f746, I can't receive any data on uart.I write sevrel codes, but none of them works.Can everybody help me?Tank you.
Posted on April 09, 2017 at 08:13Hi dear friends,I have a problem with uart reception.I can't receive any data or maybe i can't init it correctly.I assign gpio to it and init it according to user manual. it has transmission but no data can receive. ...
Posted on April 10, 2017 at 08:03I assigned another pin to usart, But the result was the same.Even I used another usart module and still got the same results.
Posted on April 10, 2017 at 07:58Tank you for your answer dear Mohammad.I don't think that problem can be by crystal, because I connect TX to RX but again it can't receive any byte.
Posted on April 10, 2017 at 07:35My board is NUCLEO-144-F746ZGT6.First i used example of uart-printf in cubeF7 and try to receive data via PD9 (USART3.RX pin) , by 'HAL_UART_Receive()' function, but it never get data and RXNE flag never sets. That e...