My goal is to send bit patterns from an array directly to GPIO, using a Timer as a sample clock / DMA trigger.More concretely: TIM2 Update Event --> DMA --> memory to GPIO Port ODR transferI am on STM32f103rb (Nucleo-64)Similar questions have been as...