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 | Programming just eeprom?

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.

Programming just eeprom? - tadaosystems - Dec 27 19:19:00 2003

I have a circuit that times and operates a pneumatic device, and is
adjustable via an led menu system. The settings are saved in
eeprom. It is also set up with an in-circuit programmer. Is it
possible to write data just to certain eeprom locations without re-
writing the entire program memory space as well? I almost would
rather have a windows interface that can write data just to the
eeprom so it's possible to make easy changes when near a computer.





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


RE: Programming just eeprom? - Wouter van Ooijen - Dec 27 19:24:00 2003

> Is it
> possible to write data just to certain eeprom locations without re-
> writing the entire program memory space as well?

IIRC that might depend on the chip you use. And of course on the
programming softwaree. But you can always read the chip, change one
byte, and write back.

Wouter van Ooijen

-- -------------------------------------------
Van Ooijen Technische Informatica: www.voti.nl
consultancy, development, PICmicro products




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