User Activity

I try to use uart interrupt for communicate with hyperterminal. It seems that HAL_UART_RxCpltCallback doen't work. I made the configuration in STM CUBEMx . It send the first burst throught interrupt routine and receive only one time the aRxBuffer. Th...