One thread use up all the computer time,which use ADC.
Posted on October 07, 2014 at 16:46 I am adding a thread to STM32F429iDisco demo. This thread use ADC, it use all all the computer time, other thread do not response at all. I try to add code: vTaskDelay(1000); or GUI_X_Delay(1000) It still doesn...