Page 1 of 1

MEMORY PIC18F4685

Posted: Mon Mar 05, 2012 5:54 pm
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

Re: MEMORY PIC18F4685

Posted: Mon Mar 05, 2012 6:01 pm
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.

Re: MEMORY PIC18F4685

Posted: Mon Mar 05, 2012 6:47 pm
by electron67
Thank you