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:adxl362 [12 Nov 2012 13:59] – Added the round download indicator. Dan Nechitaresources:tools-software:uc-drivers:renesas:adxl362 [24 Jan 2021 18:36] (current) – Fix bad links Dragos Bogdan
Line 3: Line 3:
  
 **HW Platform(s):** **HW Platform(s):**
-  * [[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/yrdkrl78g13-yrdkrl78g13-demonstration-kit-rl78g13|Renesas Demo Kit for RL78G13 (Renesas)]] 
-  * [[http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_demo_kits/yrdkrx63n/index.jsp|Renesas Demo Kit for RX63N (Renesas)]]+  * [[https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rx-32-bit-performance-efficiency-mcus/yrdkrx63n-yrdkrx63n-demonstration-kit-rx63n|Renesas Demo Kit for RX63N (Renesas)]]
  
 ===== Downloads ===== ===== Downloads =====
  
-<WRAP round download 30%>+<WRAP round download 80%>
   * {{:resources:tools-software:uc-drivers:adxl362_generic.zip|ADXL362 Generic Driver}}   * {{:resources:tools-software:uc-drivers:adxl362_generic.zip|ADXL362 Generic Driver}}
   * {{:resources:tools-software:uc-drivers:renesas:adxl362_rl78g13.zip|ADXL362 RL78G13 Driver}}   * {{:resources:tools-software:uc-drivers:renesas:adxl362_rl78g13.zip|ADXL362 RL78G13 Driver}}
   * {{:resources:tools-software:uc-drivers:renesas:adxl362_rx63n.zip|ADXL362 RX63N Driver}}   * {{:resources:tools-software:uc-drivers:renesas:adxl362_rx63n.zip|ADXL362 RX63N Driver}}
 +  * **ADXL362 Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/accel/adxl362
 +  * **PmodACL2 Demo for RL78G14: ** https://github.com/analogdevicesinc/no-OS/tree/master/Renesas/RL78G14/PmodACL2
 +  * **RL78G14 Common Drivers:   ** https://github.com/analogdevicesinc/no-OS/tree/master/Renesas/RL78G14/Common
 </WRAP> </WRAP>
  
Line 18: Line 21:
  
 ==== 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/yrdkrl78g13-yrdkrl78g13-demonstration-kit-rl78g13|Renesas Demo Kit for RL78G13 (Renesas)]] 
-  * PmodACL2+  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=PMOD-ACL2|PmodACL2]]
  
 ==== Required Software ==== ==== Required Software ====
Line 36: Line 39:
 ==== Software Project Tutorial ==== ==== Software Project Tutorial ====
 {{page>rl78g13_software_tutorial_without_applilet3}} {{page>rl78g13_software_tutorial_without_applilet3}}
 +
 +====== Renesas RL78G14 Quick Start Guide ======
 +This section contains a description of the steps required to run the ADXL362 demonstration project on a Renesas RL78G14 platform using the PmodACL2.
 +
 +==== Required Hardware ====
 +  * [[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)]]
 +  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=PMOD-ACL2|PmodACL2]]
 +
 +==== Required Software ====
 +  * [[http://www.iar.com/en/Products/IAR-Embedded-Workbench/Renesas-RL78/|IAR Embedded Workbench for Renesas RL78 Kickstart]]
 +  * The ADXL362 demonstration project for the Renesas RL78G14 platform.
 +
 +<WRAP round info 80%>
 +The ADXL362 demonstration project for the Renesas RL78G14 platform consists of three parts: the **ADXL362 Driver**,  the **PmodACL2 Demo for RL78G14** and the **RL78G14 Common Drivers**.
 +
 +All three parts have to be downloaded.
 +</WRAP>
 +==== Hardware Setup ====
 +A PmodACL2 has to be connected to the PMOD1 connector (see image below).
 +
 +{{ :resources:tools-software:uc-drivers:renesas:pmod_acl2_rl78g14.jpg? |}}
 +
 +==== Reference Project Overview ====
 +The reference project:
 +  * displays the acceleration values on x, y and z axis;
 +  * displays temperature;
 +  * detects any activity or inactivity supported by the device.  
 +
 +{{ :resources:tools-software:uc-drivers:renesas:pmod_acl2_rl78g14_screen.jpg? |}}
 +
 +
 +==== Software Project Tutorial ====
 +{{page>rl78g14_software_tutorial}}
 +
 +
  
 ====== Renesas RX63N Quick Start Guide ====== ====== Renesas RX63N Quick Start Guide ======
Line 41: Line 79:
  
 ==== Required Hardware ==== ==== Required Hardware ====
-  * [[http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_demo_kits/yrdkrx63n/index.jsp|Renesas Demo Kit for RX63N (Renesas)]] +  * [[https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rx-32-bit-performance-efficiency-mcus/yrdkrx63n-yrdkrx63n-demonstration-kit-rx63n|Renesas Demo Kit for RX63N (Renesas)]] 
   * PmodACL2   * PmodACL2
  
 ==== Required Software ==== ==== Required Software ====
-  * [[http://www.renesas.com/products/tools/ide/ide_hew/index.jsp|High-performance Embedded Workshop for RX63N family]] +  * [[https://www.renesas.com/us/en/software-tool/high-performance-embedded-workshop|High-performance Embedded Workshop for RX63N family]] 
-  * [[http://am.renesas.com/products/tools/middleware_and_drivers/c_driver_gen/driver_gen_rpdl/index.jsp|Renesas Peripheral Driver Library for RX63N family]]+  * [[https://www.renesas.com/us/en/software-tool/renesas-peripheral-driver-library|Renesas Peripheral Driver Library for RX63N family]]
  
 ==== Hardware Setup ==== ==== Hardware Setup ====
resources/tools-software/uc-drivers/renesas/adxl362.1352725179.txt.gz · Last modified: 12 Nov 2012 13:59 by Dan Nechita