world leader in high performance signal processing

Differences

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

Link to this comparison view

resources:tools-software:uc-drivers:renesas:ad5160 [01 Jun 2012 12:48]
DragosB Added the "More Information" section
resources:tools-software:uc-drivers:renesas:ad5160 [13 Nov 2012 15:25] (current)
DNechita Minor Changes.
Line 1: Line 1:
-====== AD5160 - Microcontroller No-OS Driver ====== +====== AD5160 - No-OS Driver for Renesas Microcontroller Platforms ====== 
- +{{page>:resources:tools-software:uc-drivers:ad5160}}
-===== Supported Devices ===== +
-  * [[adi>AD5160]] +
- +
-===== Evaluation Boards ===== +
-  * PmodDPOT +
- +
-===== Overview ===== +
- +
-The [[adi>AD5160]] provides a compact 2.9 mm × 3 mm packaged solution for 256-position adjustment applications. These devices perform the same electronic adjustment function as mechanical potentiometers or variable resistors but with enhanced resolution, solid-state reliability, and superior low temperature coefficient performance. +
- +
-The wiper settings are controllable through an SPI-compatible digital interface. The resistance between the wiper and either end point of the fixed resistor varies linearly with respect to the digital code transferred into the RDAC latch. +
- +
-{{ :resources:tools-software:uc-drivers:renesas:pmod_dpot.jpg? |}} +
- +
-The goal of this project (Microcontroller No-OS) is to be able to provide reference projects for lower end processors, which can't run Linux, or aren't running a specific operating system, to help those customers using microcontrollers with ADI parts. Here you can find a generic driver which can be used as a base for any microcontroller platform and also specific drivers for Renesas platforms.+
  
 **HW Platform(s):** **HW Platform(s):**
Line 21: Line 6:
   * [[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)]]
  
-===== Driver Description ===== +===== Downloads =====
-The driver contains two parts: +
-  * The driver for the AD5160 part, which may be used, without modifications, with any microcontroller. +
-  * The Communication Driver, where the specific communication functions for the desired type of processor and communication protocol have to be implemented. This driver implements the communication with the device and hides the actual details of the communication protocol to the ADI driver.+
  
-The Communication Driver has a standard interface, so the AD5160 driver can be used exactly as it is provided. +<WRAP round download 30%
- +  * {{:resources:tools-software:uc-drivers:ad5160_generic.zip|AD5160 Generic Driver}}
-There are three functions which are called by the AD5160 driver: +
-  * SPI_Init() – initializes the communication peripheral. +
-  * SPI_Write() – writes data to the device. +
-  * SPI_Read() – reads data from the device. +
- +
-{{ :resources:tools-software:uc-drivers:renesas:spi_architecture.png? |}} +
-<WRAP centeralign> +
-SPI driver architecture +
-</WRAP> +
- +
-The following functions are implemented in this version of AD5160 driver: +
-^ Function       ^ Description     ^ +
-| unsigned char AD5160_Init(void) | Initializes the SPI communication peripheral. | +
-| void AD5160_Set(unsigned char value) | Writes data to AD5160. | +
- +
-===== Downloads ===== +
-  * {{:resources:tools-software:uc-drivers:renesas:ad5160_generic.zip|AD5160 Generic Driver}}+
   * {{:resources:tools-software:uc-drivers:renesas:ad5160_rl78g13.zip|AD5160 RL78G13 Driver}}   * {{:resources:tools-software:uc-drivers:renesas:ad5160_rl78g13.zip|AD5160 RL78G13 Driver}}
   * {{:resources:tools-software:uc-drivers:renesas:ad5160_rx62n.zip|AD5160 RX62N Driver}}   * {{:resources:tools-software:uc-drivers:renesas:ad5160_rx62n.zip|AD5160 RX62N Driver}}
 +</WRAP>
  
 ====== Renesas RL78G13 Quick Start Guide ====== ====== Renesas RL78G13 Quick Start Guide ======
Line 53: Line 19:
 ==== Required Hardware ==== ==== Required Hardware ====
   * [[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)]]
-  * PmodDPOT+  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=PMOD-DPOT|PmodDPOT]] 
  
 ==== 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 ====
Line 63: Line 28:
  
 {{ :resources:tools-software:uc-drivers:renesas:pmod_dpot_rl78g13.jpg? |}} {{ :resources:tools-software:uc-drivers:renesas:pmod_dpot_rl78g13.jpg? |}}
- 
-==== Software Setup ==== 
-With the //**Applilet3 for RL78G13**// tool the following peripherals have to be configured: 
- 
-=== CSI10 (Clocked Serial Interface 10) – For the AD5541A 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 ===  
-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 === 
-Disable the watchdog timer: 
-  * Choose for the Watchdog timer operation setting: //**Unused**// option. 
  
 ==== Reference Project Overview ==== ==== Reference Project Overview ====
Line 94: Line 35:
  
 ==== Software Project Tutorial ==== ==== Software Project Tutorial ====
-{{page>rl78g13_software_tutorial}}+{{page>rl78g13_software_tutorial_without_applilet3}}
  
 ====== Renesas RX62N Quick Start Guide ====== ====== Renesas RX62N Quick Start Guide ======
Line 127: Line 68:
  
 ====== More information ====== ====== More information ======
-{{page>more-information}}+{{page>:resources:tools-software:uc-drivers:more-information}}