Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_Oversampling/readme.txt')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_Oversampling/readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_Oversampling/readme.txt b/Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_Oversampling/readme.txt
index c88b7a60d..5146f98f7 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_Oversampling/readme.txt
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_Oversampling/readme.txt
@@ -31,7 +31,7 @@ Example execution:
The ADC performs conversions of the selected channel in continuous mode from SW start
trigger.
Then, SW is waiting for conversion to complete. When done, it reads conversion data from
-ADC data register, stores it into a variable, and convert it into mVolt in another one?
+ADC data register, stores it into a variable, and convert it into mVolt in another one.
For debug: variables to monitor with debugger watch window:
- "uhADCxConvertedData": ADC group regular conversion data
@@ -58,8 +58,8 @@ To observe voltage level applied on ADC channel through GPIO, connect a voltmete
pin PA1 (Arduino connector CN8 pin A2, Morpho connector CN7 pin 32).
P-NUCLEO-WB55 board LED is be used to monitor the program execution status:
- - Normal operation: LED2 is toggling at each conversion.
- - Error: In case of error, LED2 is toggling twice at a frequency of 1Hz.
+ - Normal operation: LED2 is toggling at each conversion, at a frequency of 10Hz.
+ - Error: In case of error, LED2 is toggling at a frequency of 1Hz.
@par Keywords