![]() |
![]() |
JTAG Replicator for the MSP430Xv2 Flash-based family (5xx/6xx) devices.
Definition in file Replicator430Xv2.c.
#include "JTAGfunc430Xv2.h"
#include "Config430Xv2.h"
#include "LowLevelFunc430Xv2.h"
#include "Target_Code.h"
Go to the source code of this file.
Functions | |
void | main (void) |
Main function. More... | |
void | runProgramm (void) |
The basic Replicator routine. More... | |
__interrupt void | Port_1 (void) |
This interrupt service routine calls runProgramm() if button "S1" is pressed. More... | |
Variables | |
unsigned long | mainStartAdress = MAIN_START_ADDRESS |
This variable holds the start address of the main memory. More... | |
unsigned long | mainLength = MAIN_LENGTH |
This variable holds the length of the main memory (in words) More... | |
void main | ( | void | ) |
Main function.
Definition at line 123 of file Replicator430Xv2.c.
__interrupt void Port_1 | ( | void | ) |
This interrupt service routine calls runProgramm() if button "S1" is pressed.
Definition at line 331 of file Replicator430Xv2.c.
void runProgramm | ( | void | ) |
The basic Replicator routine.
This function is executed once at startup and can be restarted by pressing button S1 on the REP430F board.
Array to store data for a memory write
Array to store data for a memory read
Definition at line 130 of file Replicator430Xv2.c.
unsigned long mainLength = MAIN_LENGTH |
This variable holds the length of the main memory (in words)
Definition at line 116 of file Replicator430Xv2.c.
unsigned long mainStartAdress = MAIN_START_ADDRESS |
This variable holds the start address of the main memory.
Definition at line 114 of file Replicator430Xv2.c.