![]() |
![]() |
JTAG Replicator for FRAM-based MSP430 devices.
Definition in file Replicator430FR.c.

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 110 of file Replicator430FR.c.

| __interrupt void Port_1 | ( | void | ) |
This interrupt service routine calls runProgramm() if button "S1" is pressed.
Definition at line 279 of file Replicator430FR.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 117 of file Replicator430FR.c.

| unsigned long mainLength = MAIN_LENGTH |
This variable holds the length of the main memory (in words)
Definition at line 103 of file Replicator430FR.c.
| unsigned long mainStartAdress = MAIN_START_ADDRESS |
This variable holds the start address of the main memory.
Definition at line 101 of file Replicator430FR.c.