Electronics Forums

Electronics Forums > Electronics Forums > Microcontrollers and Programming > EEPROM

Reply
 
 
Junior Member
Join Date: Apr 2012
Posts: 2
 
      04-03-2012, 03:17 PM
hiya im new to electronics as i am currently doing an elect. GCSE course. im using a genie e18 and using the circuit wizard software to program it although ive ran out of space and require more external memory. i need an eeprom to store an audio file that my E18 can read. How would i go about writing the audio file to the eeprom?
 
Reply With Quote
 
 
 
 
Super Moderator
Join Date: Nov 2011
Location: Germany
Posts: 2,277
 
      04-03-2012, 03:47 PM
The easiest way is to use a programming device (programmer). If you have access to one, check whether it supports your type of EEPROM. The manual will tell you which data format to use for the information to be programmed.

Otherwise, you will need to build some programming logic yourself. Not the easiest task, but not impossible either. The datasheet of your EEPROM will tell you how to program it (algorithm, timing, possibly extra programming voltage etc).

Instead of using an EEPROM have a look at FLASH memory. The big differences are:
1) EEPROM can be programmed address by address, whereas FLASH can be programmed only blockwise. For your application this should be no problem.
2) FLASH typically comes with much more memory capacity than EEPROM.
As for programming FLASH all I said about programming EEPROM holds true.

Harald
 
Reply With Quote
 
 
 
 
Junior Member
Join Date: Apr 2012
Posts: 2
 
      04-03-2012, 07:55 PM
thank you for your swift reply i will be looking into both techniques again thank you
 
Reply With Quote
 
Junior Member
Join Date: Apr 2012
Posts: 1
 
      04-28-2012, 05:07 AM
That's good post. Thanks for this You have very good comment in this. So that's very good informative to us. [link removed]
 

Last edited by davenn; 04-28-2012 at 05:32 AM..
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
EEPROM M27C512 none@none.com General Electronics 2 02-09-2006 02:21 PM
EPROM and EEPROM bios chips Phred General Electronics 2 06-04-2004 09:53 AM
EEPROM PSB General Electronics 0 10-14-2003 05:39 PM
EEPROM Architecture PSB General Electronics 0 10-14-2003 03:32 PM
Elan E9B Eprom/EEprom Editing Copier carl Electronic Basics 0 07-17-2003 09:28 PM