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