Wiki

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
resources:eval:user-guides:eval-adicup3029:reference_designs:demo_blink [29 May 2017 05:25] – created Srinivas Gollakotaresources:eval:user-guides:eval-adicup3029:reference_designs:demo_blink [23 Nov 2022 16:23] – [Obtaining the Source Code] updated to no-os repo for project files Brandon Bushey
Line 6: Line 6:
 ===== General Description/Overview ===== ===== General Description/Overview =====
  
-The **ADICUP3029_Blink** project uses [[http://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/eval-adicup3029.html| EVAL-ADICUP3029]] which is an Ultra Low Power, Arduino compatible ARM Cortex M3 based platform. The platform support various sensor shields.+The **ADICUP3029_Blink** project uses [[adi>en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/eval-adicup3029.html| EVAL-ADICUP3029]] which is an Ultra Low Power, Arduino compatible ARM Cortex M3 based platform. The platform support various sensor shields.
    
 +===== Demo Requirements  =====
 +
 +The following is a list of items needed in order to replicate this demo.
 +  * Hardware
 +    * EVAL-ADICUP3029
 +    * Mirco USB to USB cable
 +    * PC or Laptop with a USB port
 +  * Software
 +    * CrossCore Embedded Studio (2.6.0 or higher)
 +    * ADuCM302x DFP (2.0.0 or higher)
 +    * ADICUP3029 BSP (1.0.0 or higher)
 +
 ===== Setting up the Hardware ===== ===== Setting up the Hardware =====
 No specific hardware setup required for this demo No specific hardware setup required for this demo
Line 21: Line 33:
 ===== Obtaining the Source Code ===== ===== Obtaining the Source Code =====
  
-We recommend not opening the project directly, but rather use CCES example browse to open the project. Below screen shot shows how to open project from CCES Example browser. +The source code and include files of the **ADuCM3029_Blink** demo can be found here:
- +
-{{:resources:eval:user-guides:eval-adicup3029:reference_designs:blinky_selection.png?920|}} +
- +
- +
- +
-The source code and include files of the **ADICUP3029_Blink** demo can be found here:+
  
 <WRAP round 80% download> <WRAP round 80% download>
-<fc #ff0000>**ADD GITHUB LINK HERE!**</fc>  +[[repono-OS/tree/master/projects/aducm_blinky_example]]
 </WRAP> </WRAP>
  
Line 48: Line 54:
 ==== Project Structure ==== ==== Project Structure ====
  
-The **ADICUP3029_ADXL362** is a C project that uses ADuCM3029 C/C++ Project structure. +The **ADICUP3029_Blink** is a C project that uses ADuCM3029 C/C++ Project structure. 
    
-This project contains: system initialization part - disabling watchdog, setting system clock, enabling clock for peripherals; port configuration for SPI read/write; configuring and reading from ADXL362, UART read/write functions; 
- 
 {{:resources:eval:user-guides:eval-adicup3029:reference_designs:blinky_projdirectory.png?700|}} {{:resources:eval:user-guides:eval-adicup3029:reference_designs:blinky_projdirectory.png?700|}}
 \\ \\
 blinky_example.c and blinky_example.h are the main source and header files related to **ADICUP3029_Blink** be found under Source folder. blinky_example.c and blinky_example.h are the main source and header files related to **ADICUP3029_Blink** be found under Source folder.
- 
  
 // End of Document // // End of Document //
  
  
resources/eval/user-guides/eval-adicup3029/reference_designs/demo_blink.txt · Last modified: 23 Nov 2022 16:27 by Brandon Bushey