Quote Originally Posted by ALFRED View Post
I am working on a project that will require large amounts of RAM. It has come to my attention that some of the new PICs include an external memory bus. Apperently, this bus is able to acces up to 2MB of data. I am wondering if the PBP compiler supports this feature. I appreciate any info on this.
Do you need to use RAM? Wouldn't the huge 128M x 8 I2C eeprom chips (24AA1025, 24FC1025, 24LC1025 from Microchip) work? DIP, SOIC, etc.

Or for that matter, it is relatively easy to interface an SD card to a PIC, although the connector is a bit of a pain to work with.

And an external memory bus isn't a new thing, it's been out for years.