SEARCH
TOOLBOX
LANGUAGES
modified on 11 March 2011 at 14:43 ••• 22,426 views

Eagle dac ssi Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Created page with '__TOC__ =Digital to Analog Converter (dac_ssi)= ==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle50], [http://www.micromint.com/index.php/SBC/eagle-50.h…')
Line 1: Line 1:
-
__TOC__
 
=Digital to Analog Converter (dac_ssi)=
=Digital to Analog Converter (dac_ssi)=
-
==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle50], [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], [http://www.micromint.com/index.php/SBC/eagle-100.html 100] with IO plus==
+
==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle 50], [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], [http://www.micromint.com/index.php/SBC/eagle-100.html 100] with IO plus==
The I/O Plus option of the Eagle controller line includes four 10-bit DACs via the SSI serial synchronous interface with a maximum sample rate of 500 kilo-samples/sec (kSPS). These signals are available in the following headers:
The I/O Plus option of the Eagle controller line includes four 10-bit DACs via the SSI serial synchronous interface with a maximum sample rate of 500 kilo-samples/sec (kSPS). These signals are available in the following headers:
[[Image:Eagle_DAC.gif|center|]]
[[Image:Eagle_DAC.gif|center|]]
This example shows how to use the DAC to generate triangle and square waves. 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.00V in steps of 2.923 mV. Op-amps or other alternatives should be used to implement scaling and isolation.
This example shows how to use the DAC to generate triangle and square waves. 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.00V in steps of 2.923 mV. Op-amps or other alternatives should be used to implement scaling and isolation.
[[Image:Eagle_dac_ssi.gif|center|]]
[[Image:Eagle_dac_ssi.gif|center|]]

Revision as of 01:08, 20 June 2010

Digital to Analog Converter (dac_ssi)

Compatibility Eagle 50, 50E, 100 with IO plus

The I/O Plus option of the Eagle controller line includes four 10-bit DACs via the SSI serial synchronous interface with a maximum sample rate of 500 kilo-samples/sec (kSPS). These signals are available in the following headers:

This example shows how to use the DAC to generate triangle and square waves. 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.00V in steps of 2.923 mV. Op-amps or other alternatives should be used to implement scaling and isolation.