How to realize send a data buffer through one gpio?STM32F429
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?