2025-02-24 8:50 AM
I am writing the code to read the ADC data from internal temp sensor and ADC.
I want to know that what is the register value to read the ADC data from there.
I am using STM32H743ZIT6 Micro controller. We are using ADC3,
The ADC is set to 16-bit resolution mode
The ADC input clock is 64 MHz. The Clock Prescaler is set to 128. The sampling time for each input is set to 810.5
REgards
Saranraj
2025-02-24 9:12 AM - edited 2025-02-24 9:25 AM
That will be in the Reference Manual - find it on the 'Documentation' Tab of the chip's Product Page:
https://www.st.com/en/microcontrollers-microprocessors/stm32h743zi.html#documentation
Or use HAL if you don't want to be delving into the register documentation ...
2025-03-03 1:10 AM
Hi Neil,
I have searched the Reference manual i am not able to identify the register settings to read the ADC Data.
Could you help me on this ??
2025-03-03 1:33 AM
The ADC is described in section 25 of the Reference Manual, RM0433, starting on page 912 (Rev 8):
The register descriptions are in section 25.6, starting on page 996:
The Data Register:
You haven't said what board you're using:
How to write your question to maximize your chances to find a solution.