I ran out of internal RAM of my PIC24 and thought I would be smart and move some large structures out to the external SPI RAM chips. I wrote the __read_external() and __write_external() ram driver functions and that works fine. But when I pass pointers to..
↧