Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by mehran.rivandi

  1. M

    question about store word variable in eeprom

    THIS CODE WORKS CORRECTLY . BUT I WANT YOUR CODE . WRITE Address,{WORD}{LONG}Value {,Value...} Write byte, word or long (if PBPL used) Values to the on-chip EEPROM at the specified Address. ---------- Post added 15-03-12 at 00:05 ---------- Previous post was 14-03-12 at 23:51 ---------- OK...
  2. M

    question about store word variable in eeprom

    excuse me can you write an example of my code ? ---------- Post added at 23:45 ---------- Previous post was at 23:28 ---------- THIS IS MY CODE '****************************************************************************************** ' this program is for testing of read and write word array...
  3. M

    question about store word variable in eeprom

    i don't know . can you help me ?
  4. M

    question about store word variable in eeprom

    ok . thanks . this is my method to store word into the eeprom for i = 1 to 10 write i , m.LowByte[i] write i+10 , m.HighByte[i] next i and this is my method to read word from eeprom . for i = 1 to 10 read...
  5. M

    question about store word variable in eeprom

    ok i work basic not c . and then i want store just highbyte of word array [i] in to the eeprom .
  6. M

    question about store word variable in eeprom

    how can store a word variable in eeprom ? i have a word array . for example : m var word [10] i want to store my array in eeprom . and then read form eeprom . it is very important for me . please help me . software : pic basic pro . microprocessor : pic16f877a

Part and Inventory Search

Back
Top