User Activity

I'm using the HAL_UART_Receive function for receiving strings and I need to check if the receiving strings matches with the strings that I want to receive.First I want to create the char for the string in heap:char *response = (char *)malloc(RN2483_M...