User Activity

Posted on April 18, 2017 at 14:45In order to configure UART interrupt receive, I put HAL_UART_Receive_IT function in HAL_UART_RxCpltCallback.but it doesnt work. below is my callback code.void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){ uint8...
Posted on April 14, 2017 at 15:08Hi. guys.it's simple question to someone, which is not me.Where can i find main.h from a project the CubeMX provide?below only header files i can find are.I have been curious when i was going to find and utilize USAR...