Hi, everyone,
We develope the BLE project on nRF51822 tool that uses the ADC.
But the read measures are different from IC to IC.
At the link devzone.nordicsemi.com/.../how-to-calibrate-the-nrf51-adc-to-correct-offset-and-gain-error we had found the required information about the offset and gain errors data that exists in 0x10000024 address of memory, but according to this link it is actual for revision 3 only.
Due this reason I have some questions:
1. Which data in this case exists in the memory 0x10000024 address on the chips from revision 1 and 2? Is this data neutral (offset_error == gain_error == 0) or before implimenting it the chip's revision must be checked?
2. The information about offset and gain errors we couldn't find neigher in "nRF1822_PS_v3.3.pdf" nor in "nRF51_RM_v3.0.pdf" files. Even in "NRF_FICR_Type" struct that exists in "nrf51.h" file this region of the FICR memory is defined as reserved. Where can be found the manual pdf file whith full infomration about gain and ofset errors in addition to this link in internet?
Thanks forward for paying attention.