importing project to new pic.

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
wayne millard
Posts: 234
Joined: Thu May 31, 2007 2:18 pm
Has thanked: 7 times
Been thanked: 12 times

importing project to new pic.

Post 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

Sean
Valued Contributor
Valued Contributor
Posts: 548
Joined: Tue Jun 26, 2007 11:23 am
Has thanked: 6 times
Been thanked: 44 times

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

Post Reply