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.

error pic overwrite

Status
Not open for further replies.

tuls

New Member
m trying to build a project using pic16f877a in which i have to use external interrupt .as sson as i write the code below org 0x0004 i get an error

" overwriting previous address contents (0005)"

how can i correct this .please help me out.
 
tuls said:
m trying to build a project using pic16f877a in which i have to use external interrupt .as sson as i write the code below org 0x0004 i get an error

" overwriting previous address contents (0005)"

how can i correct this .please help me out.

Presumably you've already written past 0x0004?, you need to use 'goto' to jump past it. If you don't understand, post the first part of your program.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top