avrora.sim.platform
Class ExternalFlash
java.lang.Object
avrora.sim.platform.ExternalFlash
- public class ExternalFlash
- extends java.lang.Object
The ExternalFlash
class implements the necessary functionality of the
Atmega Dataflash interface to use the Mica2 DataFlash
This device requires use of the following pins:
PA3 - Flash Cable Seclect
PD2 - USART1_RXD
PD3 - USART1_TXD
PD5 - USART1_CLK
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sim
protected Simulator sim
mcu
protected Microcontroller mcu
DF_STATUS_REGISTER_DENSITY
public static final int DF_STATUS_REGISTER_DENSITY
- See Also:
- Constant Field Values
DF_STATUS_READY
public static final int DF_STATUS_READY
- See Also:
- Constant Field Values
DF_STATUS_COMPARE
public static final int DF_STATUS_COMPARE
- See Also:
- Constant Field Values
DF_TEP
public static final int DF_TEP
- See Also:
- Constant Field Values
DF_TP
public static final int DF_TP
- See Also:
- Constant Field Values
DF_TPE
public static final int DF_TPE
- See Also:
- Constant Field Values
DF_TBE
public static final int DF_TBE
- See Also:
- Constant Field Values
DF_TXFR
public static final double DF_TXFR
- See Also:
- Constant Field Values
ECHO_EVENT
public static final boolean ECHO_EVENT
memory
public avrora.sim.platform.ExternalFlash.Memory memory
stateMachine
protected final FiniteStateMachine stateMachine
ExternalFlash
public ExternalFlash(Microcontroller mcunit)