Wiki

This version (25 Feb 2019 15:17) was approved by Chad Wentworth.The Previously approved version (14 Nov 2018 02:58) is available.Diff

Configuring CCES for Development and Debug of the Framework

The video below provides a walk-through of getting CCES configured to begin developing code and debugging this code in CCES and on the SHARC Audio Module. The steps covered in this video are also briefly outlined below and are provided to help with a better debug experience.

Steps to Configure CCES

  1. Enable line numbers in the text editor. Go to Window→Preferences and then to General→Editors→Text Editors and click “Show line numbers” checkbox. Then hit “Apply and Close”.
  2. Build the project by going to Project→Build All. This will create binary executables for each core.
  3. Select the top level of the Core 0 project in the Project Explorer window and click the bug icon in the icon bar. This will walk you through the process of creating a new debug profile.
  4. Click the bug again once the debug profile has been created to download your binary files to the SHARC Audio Module.
  5. Once the files have been downloaded and the debugger is halted at the start of main(), go to Target→Settings→Target Options… Check the “Mask interrupts during step” checkbox.

Navigation - SHARC Audio Module

resources/tools-software/sharc-audio-module/baremetal/configuring-cces.txt · Last modified: 25 Feb 2019 15:17 by Chad Wentworth