User Activity

Hi,I’m using STM32f767zi with FreeRTOS kernel. I have two task:1- one of them are triggered by task notifications from interrupt every 100ms and receives some data through TCP.2- the other task is taking some requests from PC.Now, if task-2 do system...