Functions
Replicator430.c File Reference

Detailed Description

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"
Include dependency graph for Replicator430.c:

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...
 

Function Documentation

void main ( void  )

Main function.

Definition at line 119 of file Replicator430.c.

Here is the call graph for this function:

__interrupt void Port_1 ( void  )

This interrupt service routine calls runProgramm() if button "S1" is pressed.

Definition at line 356 of file Replicator430.c.

Here is the call graph for this function:

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.

Here is the call graph for this function:


Copyright 2016, Texas Instruments Incorporated