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 for PIC16F877A. don't know how to build the file by using MPLab

Status
Not open for further replies.

sumhee

New Member
i m having a error by building the MPlab file for the PIC16F877A

in the output window in MPLab.. the build tab showing me this..


Error - section 'INT_VECTOR' can not fit the absolute section. Section 'INT_VECTOR' start=0x00000004, length=0x00000018
Errors : 1


i do not know how to solve it.. anyone know please tell me.. thx
 
i m having a error by building the MPlab file for the PIC16F877A

in the output window in MPLab.. the build tab showing me this..


Error - section 'INT_VECTOR' can not fit the absolute section. Section 'INT_VECTOR' start=0x00000004, length=0x00000018
Errors : 1


i do not know how to solve it.. anyone know please tell me.. thx

hi,
Post your full code and can advise. Have you set the program start origin at 0x0000 and the interrupt start at 0x0004..?
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top