Hi @amitsinhaEM,
According to the datasheet, and given the crystal's ESR of 150 Ω, your setup should be configured with High Range and High Gain Mode.
Screenshot 2025-08-26 123729.png
Set the oscillator control register as follows:
OSC_CR[RANGE] = 1 (High frequency range)
OSC_CR[HGO] = 1 (High gain mode)
Please ensure that both the RANGE and HGO bits in the OSC_CR register are properly set.
Best Regards,
Pablo