User Activity

Posted on February 26, 2016 at 05:44HelloI have a project using STM32F7-Discovery,and I have a couple of threads including UART thread with real time priority.I use HAL_UART_Receive_IT() to get data,then I use osSignalWait( 0x01, osWaitForever) whil...