From f4739e2ab679a5ecc9ab1e92f2f458842c72bdbb Mon Sep 17 00:00:00 2001 From: lucy <95239842+swagprincess@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:27:28 +0100 Subject: [PATCH] Fix ADC DMA SEQUREH7V2 (#618) * Fix SEQUREH7V2 * Update configs/SEQUREH7V2/config.h Co-authored-by: Mark Haslinghuis * Update configs/SEQUREH7V2/config.h Co-authored-by: Mark Haslinghuis * fix camera control * fix camera control * Update configs/SEQUREH7V2/config.h * Reordering * Specify DMA for ADC1 and ADC3 --------- Co-authored-by: Mark Haslinghuis --- configs/SEQUREH7V2/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/SEQUREH7V2/config.h b/configs/SEQUREH7V2/config.h index 6fa9485b..7604b331 100644 --- a/configs/SEQUREH7V2/config.h +++ b/configs/SEQUREH7V2/config.h @@ -113,8 +113,8 @@ TIMER_PIN_MAP( 8, PA8, 1, 0 ) \ TIMER_PIN_MAP( 9, PB3, 1, -1 ) -#define ADC1_DMA_OPT 0 -#define ADC3_DMA_OPT 0 +#define ADC1_DMA_OPT 8 +#define ADC3_DMA_OPT 9 #define TIMUP1_DMA_OPT 0 #define TIMUP2_DMA_OPT 0