Measuring a time between two events with SysTick on STM32F4?
Posted on October 23, 2014 at 20:45Hello all, i want to build a function like current_time = time_now - last_time, more exactly i wanna get the time from two of the same event (reading some mems sensors) I'ved google`it a bit and found that most u...