User Activity

Hi, i did some research and when i do send and receive seperately then everything went smoothly, im using HAL_UART_Receive with RxCpltCallback: if(huart->Instance == USART2 && newDataFromPC == 0) { /*Receive data*/ HAL_UART_Receive_IT(&huart...
Hi everyone, i'm quite new with the stm. Currently im using the stm32f411 discoveryboard and trying to get the pulse width in order to measure range, i did try to search for solution and find out about input capture method but the code is on sw4stm32...