From 2250f814cfcfee313c64b2e01b7e1485a2f6ee4e Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期三, 28 二月 2024 17:07:46 +0800
Subject: [PATCH] 1

---
 L051.ioc |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/L051.ioc b/L051.ioc
index 443df84..0da70a2 100644
--- a/L051.ioc
+++ b/L051.ioc
@@ -1,4 +1,9 @@
 #MicroXplorer Configuration settings - do not modify
+ADC.ClockPrescaler=ADC_CLOCK_SYNC_PCLK_DIV2
+ADC.ContinuousConvMode=DISABLE
+ADC.DMAContinuousRequests=DISABLE
+ADC.EOCSelection=ADC_EOC_SINGLE_CONV
+ADC.IPParameters=ContinuousConvMode,DMAContinuousRequests,EOCSelection,ClockPrescaler
 Dma.Request0=USART1_RX
 Dma.Request1=USART1_TX
 Dma.RequestsNb=2

--
Gitblit v1.9.3