UART hal RX interrupt modification
My scenario I have a master controller keep sending 30Bytes of data with every 500ms..Issue when use to my slave controller is :HAL_UART_Receive_IT(&huart1, varPtr, 20);the packet might not be received properly as the slave is hot swapped.. it can be...