Wiki

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
resources:tools-software:uc-drivers:renesas:ad5541a [11 Jul 2012 09:11] – Approved Dragos Bogdanresources:tools-software:uc-drivers:renesas:ad5541a [24 Jul 2012 09:38] – Added Arduino driver. Dragos Bogdan
Line 24: Line 24:
   * [[http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_demo_kits/yrdkrx62n/index.jsp|Renesas Demo Kit for RX62N (Renesas)]]   * [[http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_demo_kits/yrdkrx62n/index.jsp|Renesas Demo Kit for RX62N (Renesas)]]
   * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Digilent Cerebot MX3cK (Digilent)]]   * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Digilent Cerebot MX3cK (Digilent)]]
-  * +  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MC7|Cerebot MC7 (Digilent)]] 
 ===== Driver Description ===== ===== Driver Description =====
 The driver contains two parts: The driver contains two parts:
Line 52: Line 53:
   * {{:resources:tools-software:uc-drivers:renesas:ad5541a_rx62n.zip|AD5541A RX62N Driver}}   * {{:resources:tools-software:uc-drivers:renesas:ad5541a_rx62n.zip|AD5541A RX62N Driver}}
   * {{:resources:tools-software:uc-drivers:microchip:ad5541a_pic32.zip|AD5541A PIC32 Driver}}   * {{:resources:tools-software:uc-drivers:microchip:ad5541a_pic32.zip|AD5541A PIC32 Driver}}
 +  * {{:resources:tools-software:uc-drivers:microchip:ad5541a_dspic33.zip|AD5541A DSPIC33 Driver}}
  
 ====== Renesas RL78G13 Quick Start Guide ====== ====== Renesas RL78G13 Quick Start Guide ======
Line 164: Line 166:
 ==== Software Project Setup ==== ==== Software Project Setup ====
 {{page>:resources:tools-software:uc-drivers:microchip:pic32_software_design}} {{page>:resources:tools-software:uc-drivers:microchip:pic32_software_design}}
 +
 +====== Digilent Cerebot MC7 Quick Start Guide ======
 +This section contains a description of the steps required to run the AD5541A demonstration project on a Digilent Cerebot MC7 platform.
 +
 +==== Required Hardware ====
 +  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MC7|Cerebot MC7 (Digilent)]]
 +  * PmodDA3
 +
 +==== Required Software ====
 +  * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]]
 +  * [[http://www.microchip.com/mplabxc|MPLAB XC16 compiler]]
 +
 +==== Hardware Setup ====
 +A PmodDA3 has to be connected to the JB connector of Cerebot MC7 development board.
 +
 +{{ :resources:tools-software:uc-drivers:microchip:pmod_da3_dspic33.jpg? |}}
 +
 +==== Reference Project Overview ====
 +Following commands were implemented in this version of AD5541A reference project for Cerebot MC7 board.
 +^ Command ^ Description ^
 +| help? | Displays all available commands. |
 +| voltage= | Sets the DAC output voltage. Accepted values: 0 - 2.5 |
 +| voltage? | Displays last written value. |
 +| register= | Writes to the DAC register. Accepted values: 0 - 65535. |
 +| register? | Displays last written value. |
 +
 +Commands can be executed using a serial terminal connected to the UART1 peripheral of dsPIC33FJ128MC706A.
 +
 +The following image shows a list of commands in a serial terminal connected to processor’s UART peripheral.
 +{{ :resources:tools-software:uc-drivers:microchip:terminal_dspic33.png? |}}
 +
 +==== Software Project Setup ====
 +{{page>:resources:tools-software:uc-drivers:microchip:dspic33_software_design}}
 +
 +====== Digilent Cerebot MX3cK Quick Start Guide - Arduino ======
 +This section contains a description of the steps required to run the AD5541A Arduino demonstration project on a Digilent Cerebot MX3cK platform.
 +
 +==== Required Hardware ====
 +  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Cerebot MX3cK (Digilent)]]
 +  * PmodDA3
 +
 +==== Required Software ====
 +  * [[https://github.com/chipKIT32/chipKIT32-MAX/downloads|MPIDE]]
 +
 +==== Hardware Setup ====
 +A PmodDA3 has to be connected to the JE connector of Cerebot MX3cK development board.
 +
 +{{ :resources:tools-software:uc-drivers:microchip:pmod_da3_pic32_arduino.jpg? |}}
 +
 +==== Reference Project Overview ====
 +Following commands were implemented in this version of AD5541A Arduino reference project for Cerebot MX3cK board.
 +^ Command ^ Description ^
 +| help? | Displays all available commands. |
 +| voltage= | Sets the DAC output voltage. Accepted values: 0 - 2.5 |
 +| voltage? | Displays last written value. |
 +| register= | Writes to the DAC register. Accepted values: 0 - 65535. |
 +| register? | Displays last written value. |
 +
 +Commands can be executed using the serial monitor.
 +
 +//**Carriage return**// has to be selected as a line ending character. The required baud rate is //**9600 baud**//.
 +
 +The following image shows a list of commands in the serial monitor.
 +
 +{{ :resources:tools-software:uc-drivers:microchip:terminal_arduino.png? |}}
 +
 +==== Software Project Setup ====
 +{{page>:resources:tools-software:uc-drivers:microchip:arduino_software_design}}
  
 ====== More information ====== ====== More information ======
 {{page>more-information}} {{page>more-information}}
resources/tools-software/uc-drivers/renesas/ad5541a.txt · Last modified: 24 Jan 2021 18:17 by Dragos Bogdan