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.

Reading and Writing PIC EEPROM

Status
Not open for further replies.
Eric, I'm having trouble with using macros. I'm getting 2 error messages when I try to compile it. Those error messages repeat 12 times, that's about how many times I use the macro to try to read from the EEPROM.

Warning[207] C:\TEMP\CONTROL.ASM 97 : Found label after column 1. (RDD_EE)
Error[108] C:\TEMP\CONTROL.ASM 97 : Illegal character (0)

hi,
Post your asm code and I'll look it over.:)

EDIT:
Just assembled using MPLAB IDE, the asm I posted, no problems.
Sounds like you have made an error in your coding, lets have a look at it.
 
Last edited:
hi,
Post your asm code and I'll look it over.:)

Never Mind, I made one tweak and got it working, also had to add the macro call to read the Refill Timer.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top