User Activity

Hello,     I try to use two timer to generate fixed frequency ,fixed quantity PWM pulses ,the frequency is about 5Mhz, the quantity is 20,but only can get one pulse, can you help to check why? Below is my configuration: TIM4 is Mater,TIM3 is slave.st...
Requirement:   I need to repeated sending  a data buffer out through one GPIO like PA1,the buffer data is 16bit ,the buffer length about 100, frequency no more than 10MHZ.Can I use the DMA +TIM way to get it?