Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

pic 16f88

Status
Not open for further replies.

Faizan Khalid

New Member
I am using PIC 16F88 microcontroller and using its EEPROM to write and read data using PIC BASIC
PRO commands "WRITE" and "READ" but its is no working

Can any one help me out "How to access EEPROM of 16f88" using pic basic pro compiler and cdlite
 
If you post what you have already tried someone may be able to help.

Mike.
 
Hi,

It would be great to see what you've already tried to do ...

because " Write 2, Yourbyte " or " Read 2, Mybyte " doesn't seem so difficult to write ...

and ... Very Important !!!

Which release ( version ) of the compiler do you use ???

Alain
 
Also, it's always best to remove as many unknowns as possible. So do something like this to determine if it's the IDE or the PIC code:

Code:
pseudo code:
x = 123
write(location, x)
x = 0
if x=0 then BlinkLED1
read(location, x)
if x=123 then BlinkLED2
 
Status
Not open for further replies.

Latest threads

Back
Top