Generate a frequency burst
Hello,i try to implement a 40kHz frequency burst with my NULCEO STM32F411RE. Until now i toggle the GPIO continuously in the HAL_TIM_PWM_PulseFinishedCallback function. But now i have to implement a start Trigger to do a small 40kHz burst. In the att...