Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Hite.ch + Pr.oPic set EEPROM

Status
Not open for further replies.

neuralc

Full Member level 4
Joined
Nov 6, 2001
Messages
236
Helped
9
Reputation
18
Reaction score
3
Trophy points
1,298
Activity points
2,202
Hi all,

I have a program created with H.T P.ICC and I'm programming PIC with ProP.ic2, but I need to set all eeprom data to zeros at programm time, Can I set eeprom data to zero in the hex file?

ThX

NeuralC
 

Sure just use
__EEPROM_DATA(0, 0, 0, 0, 0, 0, 0, 0);

in Hi-Tech PIC C to zero 8 bytes of EEPROM this will be included in your hexfile.

best regards
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top