The migration document below seems to refer to an SDK that no longer available for download for nRF52, v0.9.0.
infocenter.nordicsemi.com/index.jsp
Tried to apply nRF52 v11.0.0 instead as that seems to be the earliest version available for download. However, there seems to be many more changes required than what the migration doc mentioned. For example, NRF_ADC seemed to have been removed and replaced with NRF_SAADC, etc...
"The ADC peripheral is replaced by a differential Successive Approximation Register Analog to Digital Converter (SAADC). The interface is not backwards compatible, but has added features, such as support for up to 4 differential inputs and EasyDMA for CPU offloading."
While it was mentioned that there's a new SAADC feature that replaced ADC, it didn't have a section on an example on how to change existing ADC code. Other migration docs usually mention any structures that change and what changes should be made in existing code.
Is there a prior migration document that mentions those types of changes? Is there another version of nRF51 SDK I should migrate to before crossing over to nRF52?