Wiki

This version (28 Nov 2018 07:30) was approved by Sreeharsha Srinivas.The Previously approved version (28 Nov 2018 07:29) is available.Diff

Prerequisites for RapidNet IP

This document lists the steps required for successful installation of development environment, software packs and RapidNet IP source installer.

IAR EWARM - Installation

  1. Install IAR Embedded Workbench for ARM
    • Please visit https://www.iar.com/ to download IAR Embedded Workbench for ARM (version 8.22.2 preferred)
  2. License Installation
    • Make sure valid license is installed for the corresponding version.

Software Packs and Driver - Installation

  1. Following packs for ADuCM3029 can be downloaded directly from ARM website using IAR tool.
    • ARM CMSIS Pack
    • ADuCM302x_DFP (3.2.0) - Device Family Pack for ADuCM302x
    • EV-COG-AD3029LZ_BSP - Board Support Pack for EV-COG-AD3029LZ
  2. Start IAR Embedded Workbench for ARM.
  3. Go to Project→ CMSIS-Pack→ Pack Installer.
  4. In 'CMSIS Pack Manager' window, click 'Search for updates'.
  5. After search is complete, expand 'ARM' and 'CMSIS' under ARM. Right click on the latest version and select install from drop down options.
  6. After successful installation of ARM CMSIS pack, expand 'AnalaogDevices', then expand 'ADuCM302x_DFP'. Right click on '3.2.0' and click install drop down options.
  7. After successful installation of ADuCM302x_DFP, expand 'AnalaogDevices', then expand EV-COG-AD3029LZ_BSP'. Right click on '3.1.0' and click install drop down options.
  8. Restart IAR after successful installation of all the packs.

RapidNet IP Source Installer - Download and Installation

Below steps will guide how to download the RapidNet IP Source Installer.

  1. Click www.analog.com/SRF to go to Analog devices software request form, to request the source installer.
  2. Fill required details.
  3. Under 'Target Hardware', select 'Ultra Low Power Microcontroller'
  4. Under 'Software requested' section, check 'RapidNet IP'.
  5. Click 'SUBMIT' button available at the bottom of the page.
  6. An e-mail notification with a download link will be sent.

Import RapidNet IP Example Project

  1. Power the using a USB (micro-B) Cable. You should see a red LED and a yellow LED turn on by default.
  2. Start IAR Embedded Workbench for ARM.
  3. Go to File→ Open Workspace…
  4. Navigate to the RapidNet IP installation directory in Open Workspace. By default it will be installed at C:\Analog Devices\RapidNet-IP-Rel1.1.0.
  5. In 'Open Workspace' window go to Mote→application→esl→IAR.
  6. Select 'esl_lib.eww' and click open.
  7. Once the workspace is open, make sure 'esl_app' is select in the 'Workspace' tab (left side). If not, select it from the bottom of the 'Workspace' tab.
  8. Right click on 'esl_app - Debug' on Workspace Tab and select 'Options…'.
  9. Go to Debugger→Setup and under 'Driver' drop down menu select 'CMSIS DAP'.
  10. Click on 'Debug and Download' icon on the menu bar. This will compile, build and download the project on EV-COG-AD3029LZ using CMSIS-DAP.

mBed windows serial driver - Installation

Install mBed windows serial driver from https://developer.mbed.org/handbook/Windows-serial-configuration

You are all set!

Back

resources/eval/user-guides/rapidnet-ip/sw.txt · Last modified: 28 Nov 2018 07:30 by Sreeharsha Srinivas