Question
UART Communication
Hi
- I am trying to commuicate between two boards through UART.
- One board is nucleof4 and other board is a processor.
- Im sending a data from nucleo to other board(where data gets displayed) through HAL_UART_Transmit(&huart1,(uint8_t*)"Connect",sizeof("Connect"),100);
- The problem that Im facing is data is getting displayed on pressing reset button on nucleo several times.
- The communication is not smooth
- J25 connector as shown in image is where im interfacing my nucleo f446re with processor board.
Thank you
