Exemplo n.º 1
0
        public void NORInformationRefresh()
        {
            Ping();
            SendCommand(FlashCommand.IoLock);
            SendCommand(FlashCommand.NORReset);

            NORInformation = new NORInfo(GetNORID());
        }
Exemplo n.º 2
0
        public void NORInformationRefresh()
        {
            Ping();
            SendCommand(FlashCommand.IoLock);
            SendCommand(FlashCommand.NORReset);

            NORInformation = new NORInfo(GetNORID());
        }
Exemplo n.º 3
0
 public NOR(IBoard board) : base(board)
 {
     NORInformation = new NORInfo();
 }
Exemplo n.º 4
0
 public NOR(IBoard board)
     : base(board)
 {
     NORInformation = new NORInfo();
 }