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.
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 ?
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.