HAL_UART_RxCpltCallback not getting triggered when getting large data from USART
My interrupt is able to be triggered when my variable SIZE_OF_ARRAY is 10. However i want to be listening for large amounts of data so i change it to 1000 and my HAL_UART_RxCpltCallback function doesn't get called. Any idea why this is? I am using ST...