PDA

View Full Version : size of program vs mem on pic



PICMAN
- 1st March 2005, 10:02
ok microcode studio compiles my program, its set for the right pic,

it says 314 words used, how does this relate to memory in pic chips, im curently planing on using pic 16f84a, (asuming it can handle the code)

i plan to add a lil bit of code still but after seeing how many words im using i think mebe i need to check on how many it can hold,

if 450 words is more then pic can hold is there pin compatable which meets requirements?

mister_e
- 1st March 2005, 17:23
MicroCode return Bytes of code. If your PIC is out of memory, MicoCode is suppose to tell you.

If you want to have more codespace with the same pinout, as i know, all 18pins have the same. Common replacement used : PIC16F628 with 2K of code space.


I post some links here (http://www.picbasic.co.uk/forum/showthread.php?t=1287)

See PIC Selector guides section.