The goal of this homework is to implement an accurate microsecond timebase with STM32 timers. You should have a uint32_t micros() function which returns the number of microseconds since start-up, and ...