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:microchip:adp5589 [01 Oct 2012 16:11] – created Dragos Bogdanresources:tools-software:uc-drivers:microchip:adp5589 [28 Jun 2013 15:03] – [Reference Project Overview] Lucian Sin
Line 7: Line 7:
  
 ===== Downloads ===== ===== Downloads =====
-  * {{:resources:tools-software:uc-drivers:adp5589_generic.zip|ADP5589 Generic Driver}} +<WRAP round download 80%>
-  * {{:resources:tools-software:uc-drivers:microchip:adp5589_pic32.zip|ADP5589 PIC32 Driver}}+
   * {{:resources:tools-software:uc-drivers:microchip:adp5589_dspic33.zip|ADP5589 DSPIC33 Driver}}   * {{:resources:tools-software:uc-drivers:microchip:adp5589_dspic33.zip|ADP5589 DSPIC33 Driver}}
 +  * **ADP5589 Driver:           ** https://github.com/analogdevicesinc/no-OS/tree/master/drivers/ADP5589
 +  * **PmodIOXP Demo for PIC32MX320F128H: ** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/PmodIOXP
 +  * **PIC32MX320F128H Common Drivers:   ** https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/Common
 +</WRAP>
  
 ====== Digilent Cerebot MX3cK Quick Start Guide ====== ====== Digilent Cerebot MX3cK Quick Start Guide ======
Line 21: Line 24:
   * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]]   * [[http://www.microchip.com/mplabx|MPLAB X Integrated Development Environment]]
   * [[http://www.microchip.com/mplabxc|MPLAB XC32 compiler]]   * [[http://www.microchip.com/mplabxc|MPLAB XC32 compiler]]
 +  * The ADP5589 demonstration project for PIC32MX320F128H.
 +
 +<WRAP round info 80%>
 +The ADP5589 demonstration project for PIC32MX320F128H consists of three parts: the **ADP5589 Driver**,  the **PmodIOXP Demo for PIC32MX320F128H** and the **PIC32MX320F128H Common Drivers**.
 +
 +All three parts have to be downloaded.
 +</WRAP>
  
 ==== Hardware Setup ==== ==== Hardware Setup ====
-A PmodIOXP has to be connected to the J2 connector of Cerebot MX3cK development board.+A PmodIOXP has to be connected to the J2 connector of Cerebot MX3cK development board. For this demonstration project, PmodKYPD must be connected to J2 connector of PmodIOXP, because the PWM signal is mapped on J1 connector, pin 4.
  
 {{ :resources:tools-software:uc-drivers:microchip:pmod_ioxp_pic32.jpg? |}} {{ :resources:tools-software:uc-drivers:microchip:pmod_ioxp_pic32.jpg? |}}
  
 ==== Reference Project Overview ==== ==== Reference Project Overview ====
-Following commands were implemented in this version of ADP5589 reference project for Cerebot MX3cK board.+The following commands were implemented in this version of ADP5589 reference project for Cerebot MX3cK board.
 ^ Command ^ Description ^ ^ Command ^ Description ^
 | help? | Displays all available commands. | | help? | Displays all available commands. |
-| pwmOnTime= | On time of the PWM pulse. Accepted values: 0 - 65535 | +| pwmOnTime= | On time of the PWM pulse. Accepted values:\\ 1 .. 65535[us] - time when the signal is high. 
-| pwmOffTime= | Off time of the PWM pulse. Accepted values: 0 - 65535 | +| pwmOffTime= | Off time of the PWM pulse. Accepted values:\\ 1 .. 65535[us] - time when the signal is low. 
-lastKey? | Displays the last key which was pressed |+keyPressed? | Displays the last key which was pressed. | 
 +| keyReleased? | Displays the last key which was released. |
 Commands can be executed using a serial terminal connected to the UART1 peripheral of PIC32MX320F128H. 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.+The following image shows a generic list of commands in a serial terminal connected to processor’s UART peripheral.
 {{ :resources:tools-software:uc-drivers:microchip:terminal_pic32.png? |}} {{ :resources:tools-software:uc-drivers:microchip:terminal_pic32.png? |}}
- 
 ==== Software Project Setup ==== ==== Software Project Setup ====
 {{page>:resources:tools-software:uc-drivers:microchip:pic32_software_design}} {{page>:resources:tools-software:uc-drivers:microchip:pic32_software_design}}
resources/tools-software/uc-drivers/microchip/adp5589.txt · Last modified: 22 Jul 2019 14:18 by Andrei Drimbarean