![]() |
![]() |
#include <JTAGfunc430FR.h>
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... | |
Structure to hold text, data sections and meta data to download the program to th target
Definition at line 212 of file JTAGfunc430FR.h.
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.