2025-02-24 08: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 09:12 AM - edited 2025-02-24 09: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 ...