kywwilson11 commented on code in PR #17007:
URL: https://github.com/apache/nuttx/pull/17007#discussion_r2349804758


##########
Documentation/platforms/arm/stm32h5/boards/nucleo-h563zi/index.rst:
##########
@@ -140,6 +140,17 @@ This configuration configures ADC1_IN3 and ADC1_IN10, 
which can be
 accessed at the CN9 A0 and A1 pins respectively. Modify
 nucleo-h563zi/src/stm32_adc.c to enable more channels.
 
+adc_watchdog:
+--------
+
+This configuration configures ADC1 channels 3 and 10 as regular, 
+single-ended channels (ADC1_INP3 and ADC1_INP10). The purpose of this config
+is testing analog watchdog 1. Additionally, DMA circular mode is configured
+(although not necessary). The watchdog is configured to trigger an interrupt
+if the 12-bit adc reading falls outide a window, currently values 0 to 2048
+(0V to V_full_scale/2). The window can be changed through an ioctl or 
+reconfigured through Kconfig.

Review Comment:
   I updated the documentation as above. Thanks for the feedback. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to