Page 1 of 1

importing project to new pic.

Posted: Mon Oct 22, 2007 8:44 am
by wayne millard
Hi,

im using a pic16F877 but running out of memory.
i whould like to use pic18F4420 which has 16k of memory and 256k of EEprom.
but flowcode says that it cant fit project.
can you help.

Thanks
W millard :D

Posted: Mon Oct 22, 2007 2:17 pm
by Sean
Hello Wayne,

The 16k bytes of Flash memory in the 18F4420 are used 2 bytes at a time due to the 16-bit program word format, resulting in 8k words

The 16F877 has 14k bytes of flash that are used 14-bits at a time, giving it the same 8k of program words.

Devices with more program memory include the 18F4455 with 24k bytes of Flash (12k words) and the 4520 with 32k bytes of Flash (16k words).

Try to import your project into a flowchart with one of these devices as the target to see if this would solve the problem.