Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
resources:tools-software:uc-drivers:microchip:ad5541a [09 Oct 2012 09:11] – Replaced Arduino with chipKIT. Dragos Bogdanresources:tools-software:uc-drivers:microchip:ad5541a [22 Jul 2013 10:59] (current) – source code change and source code put on github Lucian Sin
Line 7: Line 7:
  
 ===== Downloads ===== ===== Downloads =====
-  * {{:resources:tools-software:uc-drivers:ad5541a_generic.zip|AD5541A Generic Driver}} +<WRAP round download 80%>
-  * {{:resources:tools-software:uc-drivers:microchip:ad5541a_pic32.zip|AD5541A PIC32 Driver}}+
   * {{:resources:tools-software:uc-drivers:microchip:ad5541a_dspic33.zip|AD5541A DSPIC33 Driver}}   * {{:resources:tools-software:uc-drivers:microchip:ad5541a_dspic33.zip|AD5541A DSPIC33 Driver}}
   * {{:resources:tools-software:uc-drivers:microchip:ad5541a_arduino.zip|AD5541A chipKIT Driver}}   * {{:resources:tools-software:uc-drivers:microchip:ad5541a_arduino.zip|AD5541A chipKIT Driver}}
 +  * **AD5541A Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/AD5541A
 +  * **PmodDA3 Demo for PIC32MX320F128H: ** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/PmodDA3
 +  * **PIC32MX320F128H Common Drivers:   ** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/Common
 +</WRAP>
 +
  
 ====== Digilent Cerebot MX3cK Quick Start Guide ====== ====== Digilent Cerebot MX3cK Quick Start Guide ======
Line 17: Line 21:
 ==== Required Hardware ==== ==== Required Hardware ====
   * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Cerebot MX3cK (Digilent)]]   * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Cerebot MX3cK (Digilent)]]
-  * PmodDA3+  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=PMOD-DA3|PmodDA3]]
  
 ==== Required Software ==== ==== Required Software ====
   * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]]   * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]]
   * [[http://www.microchip.com/mplabxc|MPLAB XC32 compiler]]   * [[http://www.microchip.com/mplabxc|MPLAB XC32 compiler]]
 +  * The AD5541A demonstration project for PIC32MX320F128H.
 +
 +<WRAP round info 80%>
 +The AD5541A demonstration project for PIC32MX320F128H consists of three parts: the **AD5541A Driver**,  the **PmodDA3 Demo for PIC32MX320F128H** and the **PIC32MX320F128H Common Drivers**.
 +
 +All three parts have to be downloaded.
 +</WRAP>
 +
  
 ==== Hardware Setup ==== ==== Hardware Setup ====
Line 29: Line 41:
  
 ==== Reference Project Overview ==== ==== Reference Project Overview ====
-Following commands were implemented in this version of AD5541A reference project for Cerebot MX3cK board.+The following commands were implemented in this version of AD5541A reference project for Cerebot MX3cK board.
 ^ Command ^ Description ^ ^ Command ^ Description ^
 | help? | Displays all available commands. | | help? | Displays all available commands. |
-| voltage= | Sets the DAC output voltage. Accepted values: 0 - 2.+| voltage= | Sets the DAC output voltage. Accepted values:\\ .. 2500 desired output voltage in milivolts. | 
-| voltage? | Displays last written value. | +| voltage? |  Displays last written voltage value to the DAC. | 
-| register= | Writes to the DAC register. Accepted values: 0 65535. | +| register= | Writes to the DAC register. Accepted values:\\ .. 65535 -  the value written to the DAC. | 
-| register? | Displays last written value. |+| register? | Displays last written value in the DAC register. |
  
 Commands can be executed using a serial terminal connected to the UART1 peripheral of PIC32MX320F128H. Commands can be executed using a serial terminal connected to the UART1 peripheral of PIC32MX320F128H.
  
-The following image shows a list of commands in a serial terminal connected to processor’s UART peripheral.+The following image shows a generic list of commands in a serial terminal connected to processor’s UART peripheral.
 {{ :resources:tools-software:uc-drivers:microchip:terminal_pic32.png? |}} {{ :resources:tools-software:uc-drivers:microchip:terminal_pic32.png? |}}
  
resources/tools-software/uc-drivers/microchip/ad5541a.txt · Last modified: 22 Jul 2013 10:59 by Lucian Sin