![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
I am looking into EEPROM memory from Microchip and would like to get some input on how they work. Does anyone have any schematics on how to connect them to a PIC? Also do they hold there memory when their power is cut or do they empty it?
| |
| |
| | #2 | |
| Quote:
Also, try tu use Internal Program memory to do the job, it's ususally pretty empty and is very fast. If you still want to use external EEPROM, use one with SPI(25xxx) or I2C(24xxx) serial bus connection. Ofcourse they Don't "forget" when power is removed.
__________________ "I share, thus I am" Jay.slovak Read this! ICD2 Clone Best PIC/DsPIC Bootloader Read my Inchworm ICD2 review! | ||
| |
| | #3 |
|
Pretty much to just add more memory. At this point it is only research. I am learning what I can now for future projects. For now internal memory is enough for what I need to do. But I might see a need for it later.
| |
| |
| | #4 | |
| Quote:
__________________ "I share, thus I am" Jay.slovak Read this! ICD2 Clone Best PIC/DsPIC Bootloader Read my Inchworm ICD2 review! | ||
| |
| | #5 |
|
I encountered this problem with my recent project, if u remember Jay... I needed much more memory, so I had either to get EEPROM or shorten the program... I chose the latter one, though my teacher stated that it isn't hard to work with EEPROMs: connect'em from PIC ports to pins, looking at teh datasheet (obviously) of the EEPROM...
| |
| |
| | #6 | |
| Quote:
Using external serial memory is not hard, but You should have some experiences before you do so.
__________________ "I share, thus I am" Jay.slovak Read this! ICD2 Clone Best PIC/DsPIC Bootloader Read my Inchworm ICD2 review! | ||
| |
| | #8 |
|
The serial EEPROMs have an I2C interface, which is really easy...just two pins and resistor pullups. I have some JAL code if you want to look at it. Mike | |
| |
| | #10 | |
| Quote:
__________________ "I share, thus I am" Jay.slovak Read this! ICD2 Clone Best PIC/DsPIC Bootloader Read my Inchworm ICD2 review! | ||
| |
| | #12 |
|
agent009 he said Kilo HZ not MHZ a 4 mhz PIC should be able to handle 100 KHZ easily.. | |
| |
| | #13 | |
| Quote:
__________________ "I share, thus I am" Jay.slovak Read this! ICD2 Clone Best PIC/DsPIC Bootloader Read my Inchworm ICD2 review! | ||
| |
| | #15 | ||
| Quote:
__________________ "I share, thus I am" Jay.slovak Read this! ICD2 Clone Best PIC/DsPIC Bootloader Read my Inchworm ICD2 review! | |||
| |
|
| Tags |
| eeprom, memory |
| Thread Tools | |
| Display Modes | |
| |