MEMORY PIC18F4685

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
electron67
Posts: 323
Joined: Sat Jan 12, 2008 2:08 am
Has thanked: 106 times
Been thanked: 48 times

MEMORY PIC18F4685

Post by electron67 »

HI, I make a program (PIC18F4685) and I see that in Flowcode show the memory total
98304 word, but in the datasheet Microchip say 49152 word. My program report flowcode:
Memory used: 49260 free:49152
I can program the PIC ? :?:

Thank you

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: MEMORY PIC18F4685

Post by Benj »

Hello,

If the compilation succeeded then yes you should be able to program the device. If you run out of program memory during a compilation then you will get a compilation error message saying unable to fit object x into space y.

electron67
Posts: 323
Joined: Sat Jan 12, 2008 2:08 am
Has thanked: 106 times
Been thanked: 48 times

Re: MEMORY PIC18F4685

Post by electron67 »

Thank you

Post Reply