User Activity

HELLO, i am new to STM, i am stuck in receiving dynamic size data from HM10 to stm32f407VG over UART2 communication , i tried  HAL_UART_Receive_IT(&huart2, &UART2_rxBuffer[rxIndex], 1); but not able to receive multiple char as 3rd part of this HAL_UA...