Timer channel 1 running ''regular timer'' and channel 2 generating square wave. How?
Posted on November 15, 2017 at 16:40I am working with the stm32f4-discovery development board and I need to share timer 3 for two purposes:1. Regular timer that can be scheduled with 1 ms accuracy:scheduleTimer3(uint16_t delayMs, EventCallback_t ca...