Difference between revisions of "Max5821"

From ArmadeusWiki
Jump to: navigation, search
m
m
Line 21: Line 21:
 
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3288 Max5821 Webpage]
 
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3288 Max5821 Webpage]
 
* [http://en.wikipedia.org/wiki/Digital-to-analog_converter DAC on Wikipedia]
 
* [http://en.wikipedia.org/wiki/Digital-to-analog_converter DAC on Wikipedia]
 
{{LanguageBar|Max5821|Max5821|Max5821}}
 
  
 
[[Category:ExternalDeviceControl]]
 
[[Category:ExternalDeviceControl]]
 
[[Category:I2C]]
 
[[Category:I2C]]

Revision as of 20:59, 1 August 2010

This 2 channels I2C DAC (Digital to Analog Converter) is mounted as an option on some APF9328 boards. It is mounted in standard on the APF27Dev development boards.

MAX5821 on APF9328
File:Max5821 on APF27Dev.jpg
MAX5821 on APF27Dev

Connections

On your Devlight/DevFull there are 3 signals to use the Max5821:

  • DAC_OUTA: corresponds to OUTA (pin 7) on Max5821. It's the first output.
  • DAC_OUTB: corresponds to OUTB (pin 8) on Max5821. It's the 2nd output.
  • DAC_REF: corresponds to REF (pin 6) on Max5821. It's the reference voltage (max value that will be achieved by outputs). This input should be connected to a voltage reference between 0 and 3,3V.

Linux Driver

Links