Resolved! I am using a chinese STM32F407 board. I am trying to use DMA to generate a wave signal through the DAC1 channel. Without DMA DAC y works, but I have not be able to generate the signal using DMA.
It is like DMA never starts.Any ideas?below is the code./* USER CODE END TIM6_Init 0 */ TIM_MasterConfigTypeDef sMasterConfig = {0}; /* USER CODE BEGIN TIM6_Init 1 */ /* USER CODE END TIM6_Init 1 */ htim6.Instance = TIM6; htim6.Init.Prescaler = 42-1;...