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
Last revisionBoth sides next revision
resources:tools-software:uc-drivers:renesas:ad7303 [01 Oct 2012 16:50] – Deleted the Microchip sections. Dragos Bogdanresources:tools-software:uc-drivers:renesas:ad7303 [22 Jul 2019 13:52] – Update no-OS driver link Andrei Drimbarean
Line 7: Line 7:
  
 ===== Downloads ===== ===== Downloads =====
 +
 +<WRAP round download 80%>
   * {{:resources:tools-software:uc-drivers:ad7303_generic.zip|AD7303 Generic Driver}}   * {{:resources:tools-software:uc-drivers:ad7303_generic.zip|AD7303 Generic Driver}}
   * {{: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}}
 +  * **AD7303 Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/dac/ad7303
 +  * **PmodDA1 Demo for RL78G14: ** https://github.com/analogdevicesinc/no-OS/tree/master/Renesas/RL78G14/PmodDA1
 +  * **RL78G14 Common Drivers:   ** https://github.com/analogdevicesinc/no-OS/tree/master/Renesas/RL78G14/Common
 +</WRAP>
  
 ====== Renesas RL78G13 Quick Start Guide ====== ====== Renesas RL78G13 Quick Start Guide ======
Line 20: Line 26:
 ==== Required Software ==== ==== Required Software ====
   * [[http://www.iar.com/en/Products/IAR-Embedded-Workbench/Renesas-RL78/|IAR Embedded Workbench for Renesas RL78 Kickstart]]   * [[http://www.iar.com/en/Products/IAR-Embedded-Workbench/Renesas-RL78/|IAR Embedded Workbench for Renesas RL78 Kickstart]]
-  * [[http://am.renesas.com/|Applilet3 for RL78G13]] 
  
 ==== Hardware Setup ==== ==== Hardware Setup ====
-A PmodDA1 has to be connected to the PMOD1 connector.+A PmodDA1 has to be connected to the PMOD1 connector, pins 1 to 6 (see image below).
  
 {{ :resources:tools-software:uc-drivers:renesas:pmod_da1_rl78g13.jpg? |}} {{ :resources:tools-software:uc-drivers:renesas:pmod_da1_rl78g13.jpg? |}}
  
-==== Software Setup ==== +==== Reference Project Overview ==== 
-With the //**Applilet3 for RL78G13**// tool the following peripherals have to be configured:+The reference project: 
 +  outputs a 3 Hz sine wave on channel A; 
 +  outputs a specific value(zero scale, middle scale and full scale) every second on channel B. 
  
-=== CSI10 (Clocked Serial Interface 10) – For the AD7303 part and the ST7579 LCD === 
-Choose to generate the Transmit/receive function for the CSI10 and configure the interface with the following settings: 
-  * Transfer mode setting: //**Single transfer mode**// 
-  * Data length setting : //**8 bits**// 
-  * Transfer direction setting: //**MSB**// 
-  * Specification of data timing: //**Type 1**// 
-  * Transfer rate setting – Clock mode: //**Internal clock (master)**// 
-  * Transfer rate setting – Baudrate: //**1000000**// (bps) 
-  * Interrupt setting – Transfer interrupt priority (INTCSI10): //**Low**// 
-  * Uncheck the callback functions. 
  
-=== TM00 (Timer 00) – For the DelayMs() function ===  +{{ :resources:tools-software:uc-drivers:renesas:pmod_da1_rl78g13_screen.jpg? |}}
-Configure TM00 as an interval timer: +
-  * Interval timer setting Interval value(16 bits)//**1**// ms +
-  * Interval timer setting Uncheck //Generates INTM00 when counting is started// +
-  * Interrupt setting - Uncheck // End of timer channel 0 count, generate an interrupt (INTM00)//+
  
-=== Watchdog Timer === +==== Software Project Tutorial ==== 
-Disable the watchdog timer: +{{page>rl78g13_software_tutorial_without_applilet3}} 
-  * Choose for the Watchdog timer operation setting: //**Unused**// option.+ 
 +====== Renesas RL78G14 Quick Start Guide ====== 
 +This section contains a description of the steps required to run the AD7303 demonstration project on a Renesas RL78G14 platform using the PmodDA1. 
 + 
 +==== Required Hardware ==== 
 +  * [[http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_demo_kits/yrdkrl78g14/index.jsp|Renesas Demo Kit for RL78G14 (Renesas)]] 
 +  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=PMOD-DA1|PmodDA1]] 
 + 
 +==== Required Software ==== 
 +  [[http://www.iar.com/en/Products/IAR-Embedded-Workbench/Renesas-RL78/|IAR Embedded Workbench for Renesas RL78 Kickstart]] 
 +  The AD7303 demonstration project for the Renesas RL78G14 platform. 
 + 
 +<WRAP round info 80%> 
 +The AD7303 demonstration project for the Renesas RL78G14 platform consists of three parts: the **AD7303 Driver**,  the **PmodDA1 Demo for RL78G14** and the **RL78G14 Common Drivers**. 
 + 
 +All three parts have to be downloaded. 
 +</WRAP> 
 +==== Hardware Setup ==== 
 +A PmodDA1 has to be connected to the PMOD1 connector, pins 1 to 6 (see image below). 
 + 
 +{{ :resources:tools-software:uc-drivers:renesas:pmod_da1_rl78g14.jpg? |}}
  
 ==== Reference Project Overview ==== ==== Reference Project Overview ====
-The reference project outputs a Hz sinewave on channel A and a specific value every second on channel B.+The reference project
 +  * outputs a Hz sine wave on channel A
 +  * outputs a specific value(zero scale, middle scale and full scale) every second on channel B.  
 + 
 +{{ :resources:tools-software:uc-drivers:renesas:pmod_da1_rl78g14_screen.jpg? |}}
  
-{{ :resources:tools-software:uc-drivers:renesas:pmod_da1_rl78g13_screen.jpg? |}} 
  
 ==== Software Project Tutorial ==== ==== Software Project Tutorial ====
-{{page>rl78g13_software_tutorial}}+{{page>rl78g14_software_tutorial}} 
  
 ====== Renesas RX62N Quick Start Guide ====== ====== Renesas RX62N Quick Start Guide ======
resources/tools-software/uc-drivers/renesas/ad7303.txt · Last modified: 24 Jan 2021 17:51 by Dragos Bogdan