Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Can't assembly a 1827 lines-long program in MPLAB IDEv6.6

Status
Not open for further replies.

gonewiththewind

Newbie level 4
Joined
Jun 21, 2005
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,320
hi everybody!
I'm not successful in assembling the program of PIC16F628A which use INTOSC, 1827 lines. I use MPLAB IDE v6.6. The error shows 'the address range exceeds the maximum range for this processor'. What's the problem. Pls tell me quick!
 

Re: MPLAB IDEv6.6

try to use MPlab newer version
 

Re: MPLAB IDEv6.6

Can you paste the error here?
 

MPLAB IDEv6.6

Usually, this means your code is too big for the processor flash memory.

I would set the target device to the PIC16F648A and look at the listing file to see how many words you are using. If too many for the PIC16F628A, I suggest you use the 648 OR reduce your code to 2k or less.

Good luck,
jonathan
 

Re: MPLAB IDEv6.6

In that case you would also need to check your linker script in those ranges
 

MPLAB IDEv6.6

v7.30 is out,

the most obvious part is tht when u wanna change setting in the IDE it wont crash anymore like 7.20 n 7.22

i install the CCS plugin anyway...

sp
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top