![]() |
![]() |
JTAG Replicator for the MSP430X Flash-based family.
Definition in file Replicator430X.c.
#include "JTAGfunc430X.h"
#include "LowLevelFunc430X.h"
#include "Devices430X.h"
#include "Target_Code.h"
Go to the source code of this file.
Functions | |
void | runProgramm (void) |
The basic Replicator routine. More... | |
void | main (void) |
Main function. More... | |
__interrupt void | Port_1 (void) |
This interrupt service routine calls runProgramm() if button "S1" is pressed. More... | |
void main | ( | void | ) |
Main function.
Definition at line 117 of file Replicator430X.c.
__interrupt void Port_1 | ( | void | ) |
This interrupt service routine calls runProgramm() if button "S1" is pressed.
Definition at line 356 of file Replicator430X.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.
Data pointer
Buffer, used for memory read with ReadMemQuick()
Definition at line 125 of file Replicator430X.c.