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:eval:user-guides:eval-adicup3029:reference_designs:demo_cn0414 [12 Feb 2019 14:38] – Correct application name Andrei Drimbareanresources:eval:user-guides:eval-adicup3029:reference_designs:demo_cn0414 [03 Mar 2021 02:55] (current) – [Obtaining the Source Code] adding in .Hex files Brandon Bushey
Line 57: Line 57:
 ===== Outputting Data ===== ===== Outputting Data =====
  
-==== Serial Terminal Output ==== +{{page>/wiki/common#serial_terminal_setup&nofooter&noheader}}
- +
-The program outputs data and **CLI** interface to a serial terminal through **UART**. +
- +
-  - In order to view the data, you must flash the program to the EVAL-ADICUP3029. +
-  - Then follow the UART settings below with the serial terminal program. +
- +
-Following is the UART configuration. +
-    Select COM Port +
-    Baud rate: 115200 +
-    Data: 8 bit +
-    Parity: none +
-    Stop: 1 bit +
-    Flow Control: none +
-\\ +
-The terminal program must interpret new line as **LF** and **local echo** must be enabled.+
  
 ==== Available commands ==== ==== Available commands ====
Line 111: Line 96:
  
  
-===== Obtaining the Source Code =====+===== Obtaining the Software =====
  
-We recommend not opening the project directly, but rather import it into CrossCore Embedded Studios and make a local copy in your workspace+There are two basic ways to program the ADICUP3029 with the software for the CN0414. 
 +  - Dragging and Dropping the .Hex to the Daplink drive 
 +  - Building, Compiling, and Debugging using CCES
  
-The source code and include files of the **ADuCM3029_demo_cn0414** can be found here:+Using the drag and drop method, the software is going to be a version that Analog Devices creates for testing and evaluation purposes.  This is the EASIEST way to get started with the reference design 
 + 
 +Importing the project into CrossCore is going to allow you to change parameters and customize the software to fit your needs, but will be a bit more advanced and will require you to download the CrossCore toolchain.   
 + 
 +The software for the **ADuCM3029_demo_cn0414** can be found here:
  
 <WRAP round 80% download> <WRAP round 80% download>
- +Prebuilt CN0414 Hex File 
-[[https://github.com/analogdevicesinc/EVAL-ADICUP3029/tree/master/projects/ADuCM3029_demo_cn0414| AduCM3029_demo_cn0414 at Github]]+  * [[https://github.com/analogdevicesinc/EVAL-ADICUP3029/releases/download/Latest/ADuCM3029_demo_cn0414.hex| AduCM3029_demo_cn0414.Hex]] 
 +Complete CN0414 Source Files 
 +  * [[https://github.com/analogdevicesinc/EVAL-ADICUP3029/tree/master/projects/ADuCM3029_demo_cn0414| AduCM3029_demo_cn0414 Source Code]]
    
 </WRAP> </WRAP>
- 
- 
 ===== How to use the Tools ===== ===== How to use the Tools =====
  
resources/eval/user-guides/eval-adicup3029/reference_designs/demo_cn0414.1549978693.txt.gz · Last modified: 12 Feb 2019 14:38 by Andrei Drimbarean