working dac dma

This commit is contained in:
2023-12-13 21:26:21 +01:00
parent ca96771e90
commit 75d8c8560d
15 changed files with 59265 additions and 216 deletions

View File

@@ -47,9 +47,6 @@ void MX_DMA_Init(void)
/* DMA1_Channel1_IRQn interrupt configuration */
HAL_NVIC_SetPriority(DMA1_Channel1_IRQn, 0, 0);
HAL_NVIC_EnableIRQ(DMA1_Channel1_IRQn);
/* DMA1_Channel2_IRQn interrupt configuration */
HAL_NVIC_SetPriority(DMA1_Channel2_IRQn, 0, 0);
HAL_NVIC_EnableIRQ(DMA1_Channel2_IRQn);
}