Part Number: AM263P4-Q1
Hi Team,
I am working on the ADC peripheral on the AM263P4-CC board. For ADC conversion, I am following the sequence below:
-
Enable ADC clock
-
Enable ADC reference
-
Configure ADC input range
-
Power up the ADC core
-
Initialize ADC configuration
-
Configure ADC interrupt
-
Periodically scan a fixed ADC channel
However, I am facing an issue while enabling the ADC reference buffer for the ADC0 instance when implementing the clock configuration from scratch in bare-metal code.
As per the TRM, I have followed the recommended sequence for configuring the Core PLL, Peripheral PLL, SYSCLK, and R5SS PLL clocks. Despite this, I am unable to enable ADC Reference Buffer 0 by setting the ADC_REFBUF0_CTRL register for the ADC0 instance.
Could you please help identify if there are any additional clock, power, reset, or unlock dependencies required before accessing this register?
Thanks,
Shilpa