cancel
Showing results for 
Search instead for 
Did you mean: 

what happens if HAL_UART_Recive_IT(&huart3,RecAcc,100) don't have enough DATA to callback?

dangky
Associate II
Posted on October 17, 2016 at 11:02

Hi! 

On 1st board i use HAL_UART_Transmit(&huart3,send_arr,100,5000); to transmit send_arr to 2nd board. on 2 nd board, i use HAL_UART_Receive_IT(&huart2,rec_arr,100); to receive data from 1st. but, If the data is lost , HAL_UART_Receive_IT(&huart2,rec_arr,100); do not callback. Does my program stopping until the rec_acc have enough 100 element?
0 REPLIES 0