How to achieve a gradual change in frequencies for a sweep (chirp) signal on STM32F4?
I am generating a sweep signal (a sine wave whose frequency increases over time) on STM32F4 Discovery board by using a look-up table and changing the Prescaler value of TIM2. Unfortunately, the transition from one frequency to another is not smooth a...