Hi guys ,
well the project i am doing has now reached a point where i need to go to the next chip size , but there is not one that is supported by PBP

the easiest way seem , just add another chip and use the serial port to interface the 2 cpus' then start building software interface moduals for each of the hardware which is on each cpu

since i really only need more code space , another 128k would be nice ,

but its expected that 40% overhead of duplicated code would need to reside in the 2nd cpu for interface services.

how have others gotten around this problem , when you know the project exceeds 128k
i already have a lot of tables , off board serial flash etc , and only what cant be put in serial flash is on the program space

has any one gone down the path of converting pbp to mikrobasic that the compiler supports larger chips ?

cheers

Sheldon