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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…