We have an application that the MSP430C/L092 was selected to be used. That application uses the DAC to generate a voltage to determine the frequency to be used for transmission. This is constant for a particular device, but varies between devices. Also the ADC will be used to monitor two sensors plus the internal processor's temperature, whose values will then be transmitted. The first thing the firmware does is sets AOUT to the desired state, which works fine, but when a sampling is done, once the ADC is setup, the DAC output changes. This seems to be because the output is always related to the value in APINT. Is there a way of locking this value in place so that it won't change or will we need somehow to implement an external DAC? Currently the ADC is using the ramp generator. The DAC and ADC code is based on the sample code for the processor. Any assistance would be appreciated.
Thanks,
Robert