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.

command for read & write at epromp 16f72

Status
Not open for further replies.

ryad_shabbir

Newbie level 4
Joined
Dec 8, 2010
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,316
Dear
at 16f84 i can read using the command read_eeprom (address) and can write using write_eeprom (address, value)

can u please tell me the command of 16f72 for read and write data.
 

Does the 16F72 have internal EEPROM?
 

Actually i am very new at this field.

Dear jalonso, I dont know whether it has EEPROM or not, i am just using the PIC IC 16f72.

Dear keith1200rs , I am using CCS pic c compiler.

It will be great help for me if i get the correct code to save data as i did it at 16f84a
using the code write_eeprom (address, value)

Thanks
Ryad
 
Last edited:

Dear jalonso, I dont know whether it has EEPROM or not, i am just using the PIC IC 16f72.

Hi,

PIC16F72 does not have an internal EEPROM where you can store data as in 16F84A, so you will be unable to save data if you use a 16F72 (unless you use an external memory...).
16F84A microcontroller has an internal EEPROM that can be used to write/read data using the CCS functions "write_eeprom" and "read_eeprom". As PIC16F72 has no place to store data, these CCS functions will do nothing...

You can refer to the following table from Microchip, to select another PIC16-family microcontroller with "EEPROM Data Memory":
https://www.microchip.com/ParamChartSearch/chart.aspx?branchID=1002&mid=10&lang=en&pageId=74

Regards.
 
Dear jalonso ,
Thank you very much. for your nice answer.
Now i can understand the problem.

Thanks again
Ryad
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top