User Activity

Hi! I'm trying to use the following function:HAL_UARTEx_ReceiveToIdle_IT(&hlpuart1, lpuartRXbuffer, 64);I've seen a few example codes using it but otherwise google shows nothing when I search for it. I think I should get some callback but I cannot fi...