EEPROM
Comp.Arch.Embedded is a worldwide Usenet news group that is used to discuss various aspects of Embedded Systems development.
We found 465 threads matching "eeprom"
You are looking at page 1 of 12.
The most relevant threads are listed first
galapogos - 2007-10-07 22:55:00
Hi,
I have the Cypress FX2LP development kit, and according to the manual,
I can select either large EEPROM(Microchip 24LC128) for simulation or
small EEPROM(Microchip 24LC00) for debugging. Since I'm still in my
development stage, I'm debugging the firmware, so I'm choosing small
EEPROM. The...
I think you are confusing EEPROM with the File Registers. Their adresses
overlap each other. When you do this:
movlw h'BB'
movwf count1
You are moving BB into the File Register at location 20. This is not altering
EEPROM which can only be addressed using the EEADR register.
When y...
Yannick - 2006-03-14 12:33:00
I have a problem with using the internal eeprom of the atmega16. I am
using codevision C and in the help file they say to do something like
this :
//declare global
eeprom a=0;
then then you can write the eeprom with changing the value for a , the
eeprom adress is the adress the compiler h...
jeasey - 2009-02-15 15:32:00
Hi,Everyone,
NOW,I use XDP512.
I can not use the Internal EEPROM of XDP512 after serveral EEPROM
wrting,erasing and reading test.
Could anyone give me how to initialize the Internal EEPROM .
It is best if procedure,i can learn it.
Thinks!!
...
Dear all,
I have posted a couple of months back about eeprom corruption and
some experts here adviced me to stored a CRC value for the memory
contents to determine corruption.Regarding this I have got a query:
In our case,the contents in the eeprom change dynamically in run
time.Does that ...
LeftSpin - 2006-03-22 18:55:00
Cypress technical support has been really horrible, I hope someone here can
help.
I have a program for the FX2LP part. It runs fine when loaded with the Keil
debug monitor, but does not
run when loaded via CyConsole, or loaded into EEPROM.
For the EEPROM, I'm using this command line:
h...
Where in the docs is the starting address of EEPROM defined?? A program
I wrote a year or so ago has EEPROM data ORG'd and DEFINED at 0x1200,
but I have no idea were I got that address!
Having a senior moment, I guess.
Michael
...
2005-01-14 01:01:00
Hi,
I have a problem when using gcc-avr to write internal eeprom. I used
library calls eeprom_write_word, eeprom_write_byte, eeprom_write_block
to write the content. However, I found that when I reset the device by
powering off and on again, the eeprom reading is refill to be all 0xff.
Have I...
I have been doing a lot of searching and reading, but haven't found what I
need. I would like to store values at a specific EEPROM address and to have
an initial value. I know how to declare a varible that will compile to be
programmed in the EEPROM starting at address 0.... But I want to spec...
Im trying to learn microprocessors, and Im a bit confused about
flash vs eeprom.
1. Does my program that I download (via ISP ribbon cable) go into the EEPROM
or the FLASH?
2. Can my user program use the EEPROM at run-time or must it be programmed
ahead of time?
3. How does a bootloader ...
cutemonster - 2006-11-03 15:01:00
I have experience developing 8051 but I'm very new to ARM comparing to
AVR.
My question is how ARM save data since it doesn't have built in eeprom
like AVR? I checked many ARM eval board but they all don't have external
eeprom.
I found a ARM board that completely suit my needs but it doesn't ...
Trespasser - 2008-01-04 21:45:00
Resolved
"Trespasser" wrote in message
news:477c8dd7$0$25529$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
> Hi,
>
> I can start a RealTek 8019AS network interface controller IC when it has
> the 9346 EEPROM attached, but can't get it going without the EEPROM. I
> know it can be...
> I was unsuccessful getting my program to work writing Eeprom, so
> decided to start at the beginning and try to get the simpler process
> of reading Eeprom to work first then I'd move onto writing.
If your write was unsuccessful, why do you expect to read BB from that EEPROM
location? If the...
I'm working on a project where they implemented a data store in EEPROM and a
copy of it in RAM. The RAM copy is updated all the time and a low priority
task writes it back to EEPROM.
There is also a task that eery once in a while copies back from EEPROM to
it's RAM shadow. I can't understand ...
comus - 2005-06-13 07:01:00
Hello all,
i'm trying to write data into the EEPROM of the PIC 16f877A.
I use the CCS-Compler Version 3.219 and an 16f877a with 368kb memory.
as i want to use the eeprom to store static data i want write into and
read from the eeprom. i used the "internal_eeprom.h" from ccs but with
no re...
milappatel - 2009-02-03 07:34:00
can anybody help me...?
I hv 1 FT232BM chip and EEprom 93lc46.
I am configuring my EEPROM using Eprog 3.0 software.
In that I do change with my own VID and PID both and downloading it to
EEPROM. and change the FTdibus.inf / Ftdiport.inf file with both VID and
PID.
but the problem is everyt...
techie.embedded@gmail.com - 2007-03-29 02:57:00
hello members
I'm looking for some sample codes that interface TMS320F2812 with a
SPI-EEPROM.
The EEPROM I'm using is from Microchip and has a "1024 x 8-bit
organization " and "16 byte page "
I'm using some sample codes from TI themselves that actually implement
the read and write func...
Rohan - 2007-04-23 03:18:00
Hi All,
I have a routine for 24c02 which works very well. Now on the same PCB
I mounted a 24c64 in place of 24c02 EEPROM. The old Read/Write routine
didn't work on this.
I am unable to find what could be the possible problem. What are the
changes which have to be made when migrating a code ...
Boudewijn Dijkstra - 2007-09-18 10:18:00
Op Tue, 18 Sep 2007 04:21:33 +0200 schreef :
> I have a i2c eeprom device (Microchip 24LC65) that has 2 bytes for the
> device address (this is the 2 bytes that come right after the control
> byte). The eeprom.c driver seems to handle devices that has only 1
> byte for the device address. ...
hjartar@googlemail.com - 2007-02-15 09:56:00
Hello all,
I am trying to "reverse engineer" some older 68HC11 based equipment. I
got a hold of some nice circuit boards with general purpose I/O and
since I liked working with 68HC11's some 10 years back I got
nostalgic. Only thing is that these are 68HC11A0FN's and therefore
without any pro...
awa - 2007-08-07 03:09:00
Hi,
I couldn't find any thread that discuss this matter. Hence, I come to
the conclusion that this must be an easy problem except for me. I
would be happy if anyone could guide me on how to program an EEPROM.
Cheers!
...
Hei all,
The intension is to read out a table located in EEPROM using the imagecraft
C-compiler version 6.31A
Definition in C
---------------
#pragma data:eeprom
char Output_Ports_Table[] = { 0x38, 0x02};
#pragma data:data
..
..
In the program i write following code
...
...
...
leilei - 2008-12-20 09:17:00
Hi, is there any documents instruct how to read data from eeprom, like
93c46?
I have 93c46's datasheet and source code from linux rtl8139 driver,
but I still can not understand the detail.
...
2004-12-31 00:54:00
Hi,
I'm writing an I2C driver for the MPC8260 that needs to read/write to a
1-wire EEPROM via a single channel 1-wire master. Since I'm new to the
embedded world, I was wondering, if I want to send a READ ROM command
to the 1 wire EEPROM, how must I go about doing that via software? How
mus...
galapogos - 2008-09-19 02:30:00
Hi,
I have a Cypress EZ-USB FX2 USB mass storage device. AFAIK firmware is
only allowed to be downloaded to either the external EEPROM or
internal RAM when the device either
1) Does not have an EEPROM, or
2) Has an empty EEPROM without any existing firmware
When this happens, the host PC w...
Hi..
Im new to embedded systems, iv started with the 89c51 uC. Ive never
used a parallel eeprom with the 89c51, thought iv used a serial one
with the i2c protocol (and had a tough time in getting the thing to
work, using sdcc :-( ).
My question is..can only a parallel eeprom be used to exte...
Hello,
does anybody know when an EEPROM cell failure caused by too many
writings is detect? when I write a value and immediately after the
writng I read it or after some time?
thank you
...
Salve,
ho la necessità di realizzare un piccolo circuito con una eeprom che
dovrebbe essere utilizzato come sistema antimanomissione.
In pratica verrebbe collegato ad un miniPC inserito all'interno di un
contenitore metallico che se aperto dovrebbe far scattare un interruttore e
cancellare ...
2005-01-31 06:13:00
Hi !
I have to write an EEPROM driver for an mc9s12dg256 from Motorola.
Everything is fine, but i cant find a command ro read from the eeprom
memory. There are commands for Writing and erasing, but no Command for
reading the memory. The Documentation from Motorola is real bad. Please
help !
...
Is there an easy software way to remove the vid/pid from the EEPROM and ge
back to the initial Cypress one?
Thanks
Eric
This message was sent using the comp.arch.embedded web interface o
www.EmbeddedRelated.com
...
Hi All,
Where it is preferable to store log/history parameters:
in FLASH or in on-chip EEPROM ?
I am using AT89C51ED2 8-bit MCU from Atmel.
It has 2k EEPROM on-chip and 64kB Flash.
EEPROM programming features:
1) On-chip 2048 Bytes EEPROM.
2) Supports only Byte programming ( no page program...
2005-06-30 00:15:00
Hi,
We are designing a simple childs toy with the following features:
* Must Respond to up to 5 buttons
* Output up to 2 minutes of preprogrammed sounds through a speaker
* Must be programmable to respond in different ways according to the
order of the button pressed
It is preferred that...
Hi All,
I am having difficulties getting my TMS320VC5509A to boot from serial
eeprom. I can successfully boot from USB. I can write and read the
EEPROM and it appears that the data is being stored in it correctly. I
can use the same boot table to boot from USB.
When I try to boot from the ...
penchaljammula - 2009-05-21 06:27:00
Helloo,
I'm interfacing LPC2103(SPI0) with Serial EEPROM AT25010A to write
data in to the EEPROM I have to sent 2 COmmands
WREN(0x06),WRITE(0x02),Address(Let 0x00) and data(let 0x41) i'm using Keil
debugger.
While i'm writing S0SPDR register(with out interfacing AT 25010A) with
these commands ...
Hi,
can anybody tell me where to find more internal information about the
Xicor X28HC256 EEPROM than in the normal product data sheet?
I'm especially interested in the page write operation.
Is there an internal RAM in this EEPROM which stores the incoming data
until the page write operation s...
Hi All,
I support a product that's been manufactured with a bug in the flash memory
of the microcontroller. The factory has come up with a solution and the
design allows the update to be loaded via the products RS232 connector, so
this part is simple.
When the update is done I need to go in...
nasif4003@gmail.com - 2007-08-05 03:06:00
Hello ALL
I am new DSP programming & Code composer. I have to build a windows
application which communicates with TI DSP by RS 232 PORT. TI DSP is
connected with a EEPROM 25LC050 through SPI. Windows application
sends data to DSP and ask it to save some data to EEPROM. Windows
application ca...
2006-06-08 03:18:00
hi everyone,
I am working on a project which has a 6802 processor and standard ram
and eeprom (not decided which bands yet). I wonder If I can write
sofware for 6802 in PC and can send it with rs232 port to eeprom.
...
A customer of mine recently changed from using AT90S8515 to ATMega8515 as the former is obsolete.
We've had a couple of units in the field lose eeprom data - we're still waiting to get them back to
look further but has anyone else seen anything like this ?
...
On Fri, 16 Jul 2004 00:54:44 -0700, Guy Macon
wrote:
> Paul Keinanen says...
>
> > These circuits are exercised each time any program executes, not just
> > when the checker routine is executed
>
> You think that a eeprom checksum task exercises the same circuits
> (registers, RA...
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
next