Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Piclist | EEPROM memory


Advertise Here

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

EEPROM memory - ydexter - Jan 25 7:32:00 2003

Hello!

Let's say I want to execute the program inside PIC depending on some
start values, preseted and don't erased at power down. I suppose I
have no option just using that PIC EEPROM.
Question: can this EEPROM be writed by an application outside the PIC
(how?), or the PIC running programm is the only one who can programm
EEPROM?

Thanks




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: EEPROM Memory - Alejandro Gaut - Jan 26 22:12:00 2003

>
>1. EEPROM memory
>From: "ydexter <>" <>
>
>Date: Sat, 25 Jan 2003 12:32:16 -0000
>From: "ydexter <>" <>
>Subject: EEPROM memory
>
>Hello!
>
>Let's say I want to execute the program inside PIC depending on some
>start values, preseted and don't erased at power down. I suppose I
>have no option just using that PIC EEPROM.
>Question: can this EEPROM be writed by an application outside the
PIC
>(how?), or the PIC running programm is the only one who can programm
>EEPROM?
>
>Thanks ydexter:
Unfortunately _only_ the program being runned by PIC can write the
PIC internal data eeprom.
But if you want external application to write something to internal
data eeprom you can consider _comunicate_ your external app with
the pic's program, perhaps in a serial way, or something like that.
Regards,
Alejandro Gaut




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )