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:ad7303 [27 Mar 2012 15:43] – Added the RX62N's zip file. Dragos Bogdanresources:tools-software:uc-drivers:renesas:ad7303 [11 Jul 2012 09:10] – Approved Dragos Bogdan
Line 17: Line 17:
   * [[http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_demo_kits/yrdkrl78g13/index.jsp|Renesas Demo Kit for RL78G13 (Renesas)]]   * [[http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_demo_kits/yrdkrl78g13/index.jsp|Renesas Demo Kit for RL78G13 (Renesas)]]
   * [[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)]]
 +
 ===== Driver Description ===== ===== Driver Description =====
 The driver contains two parts: The driver contains two parts:
Line 43: Line 45:
   * {{:resources:tools-software:uc-drivers:renesas:ad7303_rl78g13.zip|AD7303 RL78G13 Driver}}   * {{:resources:tools-software:uc-drivers:renesas:ad7303_rl78g13.zip|AD7303 RL78G13 Driver}}
   * {{:resources:tools-software:uc-drivers:renesas:ad7303_rx62n.zip|AD7303 RX62N Driver}}   * {{:resources:tools-software:uc-drivers:renesas:ad7303_rx62n.zip|AD7303 RX62N Driver}}
 +  * {{:resources:tools-software:uc-drivers:microchip:ad7303_pic32.zip|AD7303 PIC32 Driver}}
  
 ====== Renesas RL78G13 Quick Start Guide ====== ====== Renesas RL78G13 Quick Start Guide ======
Line 120: Line 123:
 ==== Software Project Setup ==== ==== Software Project Setup ====
 {{page>rx62n_software_design}} {{page>rx62n_software_design}}
 +
 +====== Digilent Cerebot MX3cK Quick Start Guide ======
 +This section contains a description of the steps required to run the AD7303 demonstration project on a Digilent Cerebot MX3cK platform.
 +
 +==== Required Hardware ====
 +  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Cerebot MX3cK (Digilent)]]
 +  * PmodDA1
 +
 +==== Required Software ====
 +  * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]]
 +  * [[http://www.microchip.com/mplabxc|MPLAB XC32 compiler]]
 +
 +==== Hardware Setup ====
 +A PmodDA1 has to be connected to the JE connector of Cerebot MX3cK development board.
 +
 +{{ :resources:tools-software:uc-drivers:microchip:pmod_da1_pic32.jpg? |}}
 +
 +==== Reference Project Overview ====
 +Following commands were implemented in this version of AD7303 reference project for Cerebot MX3cK board.
 +^ Command ^ Description ^
 +| help? | Displays all available commands. |
 +| power= | Powers off/on the current channel. Accepted values: 0, 1. |
 +| power? | Displays the power status. |
 +| channel= | Selects a channel. Accepted values: 0, 1. |
 +| channel? | Displays the current channel. |
 +| voltage= | Sets the output voltage of the current channel. Accepted values: 0->3.3 |
 +| voltage? | Displays last written value. |
 +| register= | Writes to the DAC register of the current channel. Accepted values: 0 - 255. |
 +| register? | Displays last written value. |
 +
 +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.
 +{{ :resources:tools-software:uc-drivers:microchip:terminal_pic32.png? |}}
 +
 +==== Software Project Setup ====
 +{{page>:resources:tools-software:uc-drivers:microchip:pic32_software_design}}
 +
 +====== More information ======
 +{{page>more-information}}
resources/tools-software/uc-drivers/renesas/ad7303.txt · Last modified: 24 Jan 2021 17:51 by Dragos Bogdan