This function configures TIM3 channel 3 to generate a PWM edge aligned signal with a frequency equal to 17.57 KHz and a variable duty cycle that is changed by the DMA after a specific number of update DMA requests. The number of this repetitive requests is defined by the TIM3 repetition counter, each 4 update requests, the TIM3 Channel 3 Duty Cycle changes to the next new value defined by the aCCValue.
@file Examples_LL/TIM/TIM_DMA/Inc/main.h @author MCD Application Team Header for main.c module @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
@file Examples_LL/TIM/TIM_DMA/Inc/stm32f4xx_it.h @author MCD Application Team This file contains the headers of the interrupt handlers. @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.