From 41fb001c30c4c2f0173119a205a0fb54a9a26d66 Mon Sep 17 00:00:00 2001 From: IOsetting Date: Tue, 28 Feb 2023 00:56:37 +0800 Subject: [PATCH] docs: add notes to internal temp sensor example --- Examples/LL/ADC/ADC_InternalTemperature/main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Examples/LL/ADC/ADC_InternalTemperature/main.c b/Examples/LL/ADC/ADC_InternalTemperature/main.c index 23778d2..188690f 100644 --- a/Examples/LL/ADC/ADC_InternalTemperature/main.c +++ b/Examples/LL/ADC/ADC_InternalTemperature/main.c @@ -1,7 +1,8 @@ /** - * Demo of reading internal temperature sensor - * - Works on QFN32 packaging - * - Doesn't work on TSSOP20 packaging, always read 0xFFF + * Demo of internal temperature sensor + * + * - If the internal sensor reading is always 4095(0xFFF), disconnect the UART RX(A3) pin + * */ #include "main.h" #include "py32f0xx_bsp_clock.h"