Wiki

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
resources:tools-software:uc-drivers:renesas:adxl345 [01 Jun 2012 12:51] – Added the "More Information" section Dragos Bogdanresources:tools-software:uc-drivers:renesas:adxl345 [19 Jul 2012 09:38] – ADXL345 added for MC7 Dragos Bogdan
Line 18: Line 18:
   * [[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-MC7|Cerebot MC7 (Digilent)]]
 +
  
 ===== Driver Description ===== ===== Driver Description =====
Line 180: Line 182:
 ==== Software Project Setup ==== ==== Software Project Setup ====
 {{page>rx62n_software_design}} {{page>rx62n_software_design}}
 +
 +====== Digilent Cerebot MC7 Quick Start Guide ======
 +This section contains a description of the steps required to run the ADXL345 demonstration project on a Digilent Cerebot MC7 platform.
 +
 +==== Required Hardware ====
 +  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=CEREBOT-MC7|Cerebot MC7 (Digilent)]]
 +  * [[http://www.digilentinc.com/Products/Detail.cfm?Prod=PMOD-ACL|PmodACL]] 
 +
 +==== Required Software ====
 +  * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]]
 +  * [[http://www.microchip.com/mplabxc|MPLAB XC16 compiler]]
 +
 +==== Hardware Setup ====
 +A PmodACL can be connected to the J6 connector of Cerebot MC7 development board for I2C operation,
 +
 +{{ :resources:tools-software:uc-drivers:microchip:pmod_acl_i2c_dspic33.jpg? |}}
 +
 +or to the JB connector of Cerebot MC7 development board for SPI operation.
 +
 +{{ :resources:tools-software:uc-drivers:microchip:pmod_acl_spi_dspic33.jpg? |}}
 +
 +==== Reference Project Overview ====
 +Following commands were implemented in this version of AD7991 reference project for Cerebot MC7 board.
 +^ Command ^ Description ^
 +| help? | Displays all available commands. |
 +| communication= | Selects the communication interface. Accepted values: 0(I2C),1(SPI). |
 +| communication? | Displays the selected communication interface. |
 +| acceleration? | Displays the acceleration on XYZ axis. |
 +| interrupts? | Displays the state of the interrupts. |
 +
 +Commands can be executed using a serial terminal connected to the UART1 peripheral of dsPIC33FJ128MC706A.
 +
 +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_dspic33.png? |}}
 +
 +==== Software Project Setup ====
 +{{page>:resources:tools-software:uc-drivers:microchip:dspic33_software_design}}
  
 ====== More information ====== ====== More information ======
 {{page>more-information}} {{page>more-information}}
resources/tools-software/uc-drivers/renesas/adxl345.txt · Last modified: 24 Jan 2021 17:22 by Dragos Bogdan