From 626ffc76b4e8c6e16e3100f8aa4c46c1aae66930 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期四, 07 三月 2024 09:38:50 +0800
Subject: [PATCH] V1.6

---
 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