??? 03/11/06 09:02 Read: times |
#111959 - PIC Does Not Support External RAM. Responding to: ???'s previous message |
One negative point of PIC is, it does not support external RAM. But our 89C51 which has 4K of flash can support upto 64KB of RAM. If my application required 64KB of RAM then PIC is no use for me. There are some PIC which has 64KB of RAM but it is on higher end side and cost of such PIC is high. So if my main code is under 4KB but I reuqire 64KB of RAM the 8051 is the best option. |