MCU Cog Quick Start Guide [using CCES]
Setting up EV-COG-AD3029LZ is a three step process.
-
Software Packs & Drivers Setup
Running an Example Project
IDE Setup
Install Cross Core Embedded Studio
License Installation
Start CCES and navigate to Help → Manage Licenses.
Click New and enter the license key provided with the EV-COG-AD3029LZ box.
Follow the on-screen instructions to register and activate the license.
Software Packs and Driver Setup
Download the following packs for EV-COG-AD3029LZ
-
-
-
Start CrossCore Embedded Studio.
Go to CMSIS Pack Manager by navigating to Windows →Perspective →Open Perspective →Others → CMSIS Pack Manager.
-
Select all the packs and import. This will install the packs. Ignore the warnings seen on the console window. In order to remove these warnings, additional packs needs to be installed which are available in the last section of this page.
Please refer to this
link to download and install mbed serial driver on PC.
Running an Example Project
Power the MCU Cog using a
USB (micro-B) Cable. You should see a red LED and a yellow LED turn on by default.

In CCES
IDE, click CMSIS Pack Manager icon

.
Select EV-COG-AD3029LZ from the Boards tab on the Left panel. (see below image)
Copy button_press example from the Examples tab on the Right panel.

Click C/C++ perspective icon

Under Project Explorer select button_press example, click build icon

.
Click on Debug icon

once build is complete. Below are the Debug Configuration settings.

Click ok on Hardware Breakpoint Limited and Semihosting Enabled window.

Click run

on the Debug perspective.
Now press BTN1 or BTN2 on EV-COG-AD3029LZ and inspect corresponding LED.
You are all set!
Additional Packs
For Sensor based application with BLE connectivity please download and install below packages.
Download below packs
Start CrossCore Embedded Studio.
Go to CMSIS Pack Manager by navigating to Windows →Perspective →Open Perspective →Others → CMSIS Pack Manager.
Install above downloaded packs by clicking Import Existing Packs icon

.
Refer “Running Example Project” section as mentioned above to copy existing sensor or BLE based application to workspace.
End Document
Back