This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am attempting to write code for the ADC10 registers that contain gain and offset correction for improved accuracy. In the user manual, it says I should be using "CAL_25VREF_FACTOR" with the 2.5V reference however I cannot find a register by this name in the .h file. How do I use the calibration settings properly in CCS6.0.0 ?
CAL_ADC = CAL_25VREF_FACTOR * ADC10MEM0;
CAL_ADC = CAL_ADC / 0x8000;
CAL_ADC = CAL_ADC + CAL_ADC_OFFSET;
(CAL_ADC is just a variable I use to compute the accurate results)
Hello Sean,
I am attempting to contact you via email where we can further discuss this matter.
Regards,
Ryan
Email can be found on my user information, however do you have any suggestions? I would like to use the devices' internal calibration values found in the TLV structure with CCS 6.0.0, however I cannot find the proper registers in the .h file or datasheet for the MSP430FR5739
**Attention** This is a public forum