|
|
|
|
|
Special Features:
|
|
|
|
|
|
|
Interfacing
Analogue Signals
Physical variables such as temperature and pressure are analog in nature. This analog signal must be converted to a digital value before it can be processed by the CPU. This conversion is done by MCU's analog to digital converter. The key issue of acquiring and outputting
data is in five steps sequence:
2. Accessing the data from a result register. 3. Storing the information in memory. 4. Converting the data from binary to decimal. 5. Displaying the decimal result
on the display.
Input Range and Resolution Two basic specifications for an ADC
are analog input range and resolution. Input range for an M68HC11 microcontroller
is 0 to 5.12V.
The Quantisation error is inherent in all ADC's and can be reduced only by dividing the analog input into more partitions for better resolution. But unfortunately the M68HC11 uses an 8-bit on board converter. Eg. The 8-bit M68HC11 has an input range 0 to 5.12V Resolution = 5.12/256 = 20mV This means the input must change
by 20mV to change the digital output code by 1 bit.
Signal Conditioning Circuit (SCC) This is because raw sensor outputs are not always suitable for analog-to-digital conversion. Signal conditioning circuits typically amplify the raw signal from a sensor. |
|
|
|