![]() |
![]() |
JTAG Replicator for the MSP430 Flash-based family.
Definition in file Replicator430.c.
#include "JTAGfunc430.h"
#include "LowLevelFunc430.h"
#include "Devices430.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 119 of file Replicator430.c.
__interrupt void Port_1 | ( | void | ) |
This interrupt service routine calls runProgramm() if button "S1" is pressed.
Definition at line 356 of file Replicator430.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 127 of file Replicator430.c.