Lincoln DAC Sinewave Example
From Manuals
(Difference between revisions)
(Created page with '==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]== The NXP LPC1769 microco…') |
|||
| Line 5: | Line 5: | ||
</div> | </div> | ||
| - | This example shows how to use the DAC to generate a sine wave. The signal output is shown below. In integer format the 10-bit outputs go between 0 and 1023 (0x03FF) for the range 0.00V to 3.30V in steps of 3.22 mV. Op-amps or other alternatives should be used to implement scaling and isolation | + | This example shows how to use the DAC to generate a sine wave. The signal output is shown below. In integer format the 10-bit outputs go between 0 and 1023 (0x03FF) for the range 0.00V to 3.30V in steps of 3.22 mV. Op-amps or other alternatives should be used to implement scaling and isolation. |
[[Image:Lincoln_dac_sine.png|center|]] | [[Image:Lincoln_dac_sine.png|center|]] | ||
| - | |||
| - | |||
| - | |||
Current revision as of 14:04, 10 April 2012
Compatibility Lincoln 60, Lincoln 60E
The NXP LPC1769 microcontroller used in the Lincoln controller line supports one channel of 10-bit DAC that has an update rate of 1 MHz. The DAC signal is available on pin 7 on the following header:
This example shows how to use the DAC to generate a sine wave. The signal output is shown below. In integer format the 10-bit outputs go between 0 and 1023 (0x03FF) for the range 0.00V to 3.30V in steps of 3.22 mV. Op-amps or other alternatives should be used to implement scaling and isolation.


