sitehelper.blogg.se

View contents of a vector code composer studio
View contents of a vector code composer studio








view contents of a vector code composer studio view contents of a vector code composer studio
  1. VIEW CONTENTS OF A VECTOR CODE COMPOSER STUDIO PC
  2. VIEW CONTENTS OF A VECTOR CODE COMPOSER STUDIO PLUS

Target configuration Files are typically generated and managed by the project, based on the Device variant and Connection types specified in the General Properties of the project (See the section: General Properties). The Device XML file contains the internal JTAG structure of the device and can optionally include several Module XML files, which describe a device’s peripheral registers.

VIEW CONTENTS OF A VECTOR CODE COMPOSER STUDIO PLUS

ccxml extension, that contains all the necessary information for a debug session: the type of Debug Probe, the target board or device (or even multiple devices), and (optionally) a path to a GEL (General Extension Language) script, which is responsible for performing device and/or hardware initialization.Īs shown above, the Target Configuration File includes one or more connection XML files (one per each core and JTAG entity, but all of them tied to the chosen Debug Probe) and either a Board XML file (which contains a Device XML file plus the GEL script for the board) or a Device XML file directly (which may or may not contain a GEL script). The Target Configuration File is a plain text XML file, with a. Once the Target Configuration File is created and all the appropriate hardware is connected and powered up, the debugger is ready to be launched.Īs mentioned in the debug-overview section, Target Configuration Files are responsible for describing the physical aspects of the debugging environment. This file also contains the exact specification of the Device or Board being used. This file is populated with the appropriate Debug Probe type (XDS, ICDI or MSP-FET) and host interface (USB or Ethernet). To properly make CCS Theia aware of the physical aspects of the debugging environment, a Target Configuration File must be created.

VIEW CONTENTS OF A VECTOR CODE COMPOSER STUDIO PC

This setup, when used with CCS Theia, allows the host PC to communicate with the target, load data and code, control the execution of the program loaded via breakpoints and step operations, as well as read data back to the host PC to be displayed in views such as Watch/Memory/Disassembly. Throughout this document, it will be called the target. The Board or Device is the hardware that contains one or more devices required for the executable to run.Throughout this document, the connection will also be called the Debug Probe. The connection is the piece of hardware between the host PC that runs CCS Theia, and the device or board where the code is supposed to be executed.The physical debugging setup is shown above, with the two main components involved during a debug session:










View contents of a vector code composer studio