User Activity

I am setting up Timer 1 channel 3 on the STM32F4. I am looking to set up a period of 3.9ms or 256kHz. I am using ABP1 - 168kHz, the ARR is set to 65535, and a prescaler of 10. 65535 / ( 168,000,000 / 10) = 3.9msMy timer initialization is below.    _t...
Kudos given to