Data Fields
struct_program Struct Reference

#include <JTAGfunc430FR.h>

Collaboration diagram for struct_program:
Collaboration graph

Data Fields

const unsigned short * textData
 Array executable code and data sections. More...
 
const unsigned long * startAddress
 Array of start addresses of the sections. More...
 
const unsigned long * sectionLength
 Array of length information of the sections. More...
 
unsigned long noSections
 Number of sections. More...
 
unsigned long start
 Execution start address. More...
 

Detailed Description

Structure to hold text, data sections and meta data to download the program to th target

Definition at line 212 of file JTAGfunc430FR.h.

Field Documentation

unsigned long noSections

Number of sections.

Definition at line 221 of file JTAGfunc430FR.h.

const unsigned long* sectionLength

Array of length information of the sections.

Definition at line 219 of file JTAGfunc430FR.h.

unsigned long start

Execution start address.

Definition at line 223 of file JTAGfunc430FR.h.

const unsigned long* startAddress

Array of start addresses of the sections.

Definition at line 217 of file JTAGfunc430FR.h.

const unsigned short* textData

Array executable code and data sections.

Definition at line 215 of file JTAGfunc430FR.h.


The documentation for this struct was generated from the following file:

Copyright 2016, Texas Instruments Incorporated