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
resources:tools-software:uc-drivers:renesas:ad7193 [09 Jul 2012 17:23] – Added the PIC32 zip file. Dragos Bogdanresources:tools-software:uc-drivers:renesas:ad7193 [24 Jan 2021 18:38] (current) – Fix bad links Dragos Bogdan
Line 1: Line 1:
-====== AD7193 - Microcontroller No-OS Driver ======+====== AD7193 - No-OS Driver for Renesas Microcontroller Platforms ====== 
 +{{page>:resources:tools-software:uc-drivers:ad7193}}
  
-===== Supported Devices ===== +**HW Platform(s):** 
-  * [[adi>AD7193]]+  * [[https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rl78-low-power-8-16-bit-mcus/yrdkrl78g13-yrdkrl78g13-demonstration-kit-rl78g13|Renesas Demo Kit for RL78G13 (Renesas)]] 
 +  * [[https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rx-32-bit-performance-efficiency-mcus/yrdkrx62n-yrdkrx62n-demonstration-kit-rx62n|Renesas Demo Kit for RX62N (Renesas)]]
  
-===== Evaluation Boards ===== +===== Downloads =====
-  * PmodAD5+
  
-===== Overview =====+<WRAP round download 80%> 
 +  * {{:resources:tools-software:uc-drivers:ad7193_generic.zip|AD7193 Generic Driver}} 
 +  * {{:resources:tools-software:uc-drivers:renesas:ad7193_rl78g13.zip|AD7193 RL78G13 Driver}} 
 +  * {{:resources:tools-software:uc-drivers:renesas:ad7193_rx62n.zip|AD7193 RX62N Driver}} 
 +  * **AD7193 Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/adc/ad7193 
 +  * **PmodAD5 Demo for RL78G14: ** https://github.com/analogdevicesinc/no-OS/tree/master/Renesas/RL78G14/PmodAD5 
 +  * **RL78G14 Common Drivers:   ** https://github.com/analogdevicesinc/no-OS/tree/master/Renesas/RL78G14/Common 
 +</WRAP>
  
-The [[adi>AD7193]] is a low noise, complete analog front end for high precision measurement applications. It contains a low noise, 24-bit sigma-delta (Σ-Δ) analog-to-digital converter (ADC). The on-chip low noise gain stage means that signals of small amplitude can interface directly to the ADC.+====== Renesas RL78G13 Quick Start Guide ====== 
 +This section contains a description of the steps required to run the AD7193 demonstration project on a Renesas RL78G13 platform
  
-{{ :resources:tools-software:uc-drivers:renesas:pmod_ad5.jpg? |}}+==== Required Hardware ==== 
 +  * [[https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rl78-low-power-8-16-bit-mcus/yrdkrl78g13-yrdkrl78g13-demonstration-kit-rl78g13|Renesas Demo Kit for RL78G13 (Renesas)]] 
 +  * [[http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,401,1161&Prod=PMOD-AD5 | PmodAD5]] 
 +==== Required Software ==== 
 +  * [[http://www.iar.com/en/Products/IAR-Embedded-Workbench/Renesas-RL78/|IAR Embedded Workbench for Renesas RL78 Kickstart]]
  
-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.+==== Hardware Setup ==== 
 +A PmodAD5 has to be connected to the PMOD1 connectorpins 1 to 6 (see image below).
  
-**HW Platform(s):** +{{ :resources:tools-software:uc-drivers:renesas:pmod_ad5_rl78g13.jpg?500 }}
-  * [[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://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Digilent Cerebot MX3cK (Digilent)]]+
  
-===== Driver Description ===== +<WRAP round important 80%> 
-The driver contains two parts: +\\ 
-  * The driver for the AD7193 partwhich may be used, without modifications, with any microcontroller. +  * When using AVDD > DVDD (= 3.3V)JP1 on PmodAD5 must be removed. The range for AVDD is 3.0V ≤ AVDD ≤ 5.25V 
-  * The Communication Driver, where the specific communication functions for the desired type of processor and communication protocol have to be implementedThis driver implements the communication with the device and hides the actual details of the communication protocol to the ADI driver.+\\  
 +</WRAP>
  
-The Communication Driver has a standard interface, so the AD7193 driver can be used exactly as it is provided.+==== Reference Project Overview ==== 
 +The reference project:
  
-There are three functions which are called by the AD7193 driver: +  * checks if the AD7193 part is present; 
-  * SPI_Init() – initializes the communication peripheral. +  * configures the AD7193 part for differential input on CH0(AIN1-AIN2); 
-  * SPI_Write() – writes data to the device. +  * first reads data from a single conversion and displays it; 
-  * SPI_Read() – reads data from the device.+  * then reads data from multiple conversions, calculates the average value and displays it; 
 +  * in the end reads data from the temperature sensor and displays it in degrees Celsius.
  
-{{ :resources:tools-software:uc-drivers:renesas:spi_architecture.png? |}} 
-<WRAP centeralign> 
-SPI driver architecture 
-</WRAP> 
  
-The following functions are implemented in this version of AD7193 driver: +{{ :resources:tools-software:uc-drivers:renesas:pmod_ad5_rl78g13_screen.jpg?200 |}} 
-^ Function       ^ Description     ^ +==== Software Project Setup ==== 
-| void AD7193_SetRegisterValue(unsigned char registerAddress, unsigned long registerValue, unsigned char bytesNumber, unsigned char modifyCS) | Writes data into a register. | +{{page>rl78g13_software_tutorial_without_applilet3}}
-| unsigned long AD7193_GetRegisterValue(unsigned char registerAddress, unsigned char bytesNumber, unsigned char modifyCS) | Reads the value of a register. | +
-| unsigned char AD7193_Init(void) | Initializes the SPI peripheral and checks if the AD7193 part is present. | +
-| void AD7193_Reset(void) | Resets the device. | +
-| void AD7193_SetPower(unsigned char pwrMode) | Set device to idle or power-down. | +
-| void AD7193_WaitRdyGoLow(void) | Waits for RDY pin to go low. | +
-| void AD7193_ChannelSelect(unsigned short channel) | Selects the channel to be enabled. | +
-| void AD7193_Calibrate(unsigned char mode, unsigned char channel) | Performs the given calibration to the specified channel. | +
-| void AD7193_RangeSetup(unsigned char polarity, unsigned char range) | Selects the polarity of the conversion and the ADC input range. | +
-| unsigned long AD7193_SingleConversion(void) | Returns the result of a single conversion. | +
-| unsigned long AD7193_ContinuousReadAvg(unsigned char sampleNumber) | Returns the average of several conversion results. | +
-| unsigned long AD7193_TemperatureRead(void) | Read data from temperature sensor and converts it to Celsius degrees. |+
  
-===== Downloads ===== 
-  * {{:resources:tools-software:uc-drivers:renesas:ad7193_generic.zip|AD7193 Generic Driver}} 
-  * {{:resources:tools-software:uc-drivers:renesas:ad7193_rl78g13.zip|AD7193 RL78G13 Driver}} 
-  * {{:resources:tools-software:uc-drivers:renesas:ad7193_rx62n.zip|AD7193 RX62N Driver}} 
-  * {{:resources:tools-software:uc-drivers:microchip:ad7193_pic32.zip|AD7193 PIC32 Driver}} 
  
-====== Renesas RL78G13 Quick Start Guide ====== + 
-This section contains a description of the steps required to run the AD7193 demonstration project on a Renesas RL78G13 platform. +====== Renesas RL78G14 Quick Start Guide ====== 
 +This section contains a description of the steps required to run the AD7193 demonstration project on a Renesas RL78G14 platform using the PmodAD5.
  
 ==== 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)]]+  * [[https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rl78-low-power-8-16-bit-mcus/yrdkrl78g14-yrdkrl78g14-demonstration-kit-rl78g14|Renesas Demo Kit for RL78G14 (Renesas)]]
   * PmodAD5   * PmodAD5
  
 ==== 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]]+  * The AD7193 demonstration project for the Renesas RL78G14 platform.
  
 +<WRAP round info 80%>
 +The AD7193 demonstration project for the Renesas RL78G14 platform consists of three parts: the **AD7193 Driver**,  the **PmodAD5 Demo for RL78G14** and the **RL78G14 Common Drivers**.
 +
 +All three parts have to be downloaded.
 +</WRAP>
 ==== Hardware Setup ==== ==== Hardware Setup ====
-A PmodAD5 has to be connected to the PMOD1 connector.+A PmodAD5 has to be connected to the PMOD1 connector, pins 1 to 6 (see image below).
  
-{{ :resources:tools-software:uc-drivers:renesas:pmod_ad5_rl78g13.jpg? |}}+{{ :resources:tools-software:uc-drivers:renesas:pmod_ad5_rl78g14.jpg? |}}
  
-==== Software Setup ==== +<WRAP round important 80%> 
-With the //**Applilet3 for RL78G13**// tool the following peripherals have to be configured: +\\ 
- +  * When using AVDD > DVDD (= 3.3V), JP1 on PmodAD5 must be removedThe range for AVDD is 3.0V ≤ AVDD ≤ 5.25V 
-=== CSI10 (Clocked Serial Interface 10) – For the AD7193 part and the ST7579 LCD === +\\  
-Choose to generate the Transmit/receive function for the CSI10 and configure the interface with the following settings: +</WRAP>
-  * 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 102: Line 84:
  
   * checks if the AD7193 part is present;   * checks if the AD7193 part is present;
-  * configures the AD7193 part; +  * configures the AD7193 part for differential input on CH0(AIN1-AIN2)
-  * reads data from multiple conversions, calculates the average value and displays it; +  * first reads data from a single conversion and displays it; 
-  * reads data from the temperature sensor and displays it in degrees Celsius.+  * then reads data from multiple conversions, calculates the average value and displays it; 
 +  * in the end reads data from the temperature sensor and displays it in degrees Celsius.
  
-{{ :resources:tools-software:uc-drivers:renesas:pmod_ad5_rl78g13_screen.jpg? |}}+{{ :resources:tools-software:uc-drivers:renesas:pmod_ad5_rl78g14_screen.jpg? |}} 
 + 
 + 
 +==== Software Project Tutorial ==== 
 +{{page>rl78g14_software_tutorial}}
  
-==== Software Project Setup ==== 
-{{page>rl78g13_software_tutorial}} 
  
 ====== Renesas RX62N Quick Start Guide ====== ====== Renesas RX62N Quick Start Guide ======
Line 115: Line 100:
  
 ==== Required Hardware ==== ==== Required Hardware ====
-  * [[http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_demo_kits/yrdkrx62n/index.jsp|Renesas Demo Kit for RX62N (Renesas)]]+  * [[https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rx-32-bit-performance-efficiency-mcus/yrdkrx62n-yrdkrx62n-demonstration-kit-rx62n|Renesas Demo Kit for RX62N (Renesas)]]
   * PmodAD5   * PmodAD5
 ==== Required Software ==== ==== Required Software ====
-  * [[http://www.renesas.com/products/tools/ide/ide_hew/index.jsp|High-performance Embedded Workshop for RX62N family]] +  * [[https://www.renesas.com/us/en/software-tool/high-performance-embedded-workshop|High-performance Embedded Workshop for RX62N family]] 
-  * [[http://am.renesas.com/products/tools/middleware_and_drivers/c_driver_gen/driver_gen_rpdl/index.jsp|Renesas Peripheral Driver Library for RX62N family]]+  * [[https://www.renesas.com/us/en/software-tool/renesas-peripheral-driver-library|Renesas Peripheral Driver Library for RX62N family]]
  
 ==== Hardware Setup ==== ==== Hardware Setup ====
Line 145: Line 130:
 ==== 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 AD7193 demonstration project on a Digilent Cerebot MX3cK platform. 
- 
-==== Required Hardware ==== 
-  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MX3CK|Cerebot MX3cK (Digilent)]] 
-  * PmodAD5 
- 
-==== Required Software ==== 
-  * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]] 
-  * [[http://www.microchip.com/mplabxc|MPLAB XC32 compiler]] 
- 
-==== Hardware Setup ==== 
-A PmodAD5 has to be connected to the JE connector of Cerebot MX3cK development board. 
- 
-{{ :resources:tools-software:uc-drivers:microchip:pmod_ad5_pic32.jpg? |}} 
- 
-==== Reference Project Overview ==== 
-Following commands were implemented in this version of AD7193 reference project for Cerebot MX3cK board. 
-^ Command ^ Description ^ 
-| help? | Displays all available commands. | 
-| reset= | Resets the AD7193. | 
-| mode? | Displays the selected operating mode. | 
-| mode= | Selects the AD7193's operating mode. Accepted values: 0 - 3. | 
-| pseudo? | Displays the Pseudo Bit value (AD7193_REG_CONF). | 
-| pseudo= | Sets the Pseudo Bit Value (AD7193_REG_CONF). Accepted values: 0, 1. | 
-| channel? | Displays the enabled channel. | 
-| channel= | Enables one channel on the AD7193. Accepted values: 0 – 7. | 
-| data? | Initiates a conversion and displays the value of the data register (AD7193_REG_DATA). | 
-| voltage? | Initiates a conversion and displays the voltage applied to enabled channel. | 
-| temperature? | Displays the temperature. | 
- 
-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 ====== ====== More information ======
-{{page>more-information}}+{{page>:resources:tools-software:uc-drivers:more-information}}
resources/tools-software/uc-drivers/renesas/ad7193.1341847430.txt.gz · Last modified: 09 Jul 2012 17:23 (external edit)