Thank you for viewing my post. In my program for a PIC16f690 I am working on, I am finding the following error:
Section '.org_2 can not fit the absolute section. Section '.org_2' start= 0x00000005, length=0x00001204
I have this file listed in source file as a .asm file which is correct. All other folders in my projects folder are empty. I know that I have not gone over a page boundary as I look at my program memory in MPLABx.
I have no "code" listings as I am in absolute and use "org".
I have org 0x00, and 0x04 but no other org accept for 0x05 just after MAIN in my program.
As per the datasheet, page 0x05 is the start of page 0 and 0x800 is the start of page 1.
Any suggestions would be of help to allow me to solve this issue I am having.
Thank you.
Peaches
Section '.org_2 can not fit the absolute section. Section '.org_2' start= 0x00000005, length=0x00001204
I have this file listed in source file as a .asm file which is correct. All other folders in my projects folder are empty. I know that I have not gone over a page boundary as I look at my program memory in MPLABx.
I have no "code" listings as I am in absolute and use "org".
I have org 0x00, and 0x04 but no other org accept for 0x05 just after MAIN in my program.
As per the datasheet, page 0x05 is the start of page 0 and 0x800 is the start of page 1.
Any suggestions would be of help to allow me to solve this issue I am having.
Thank you.
Peaches