I am using the DsPIC30F5011 for my project and i tried to interface a parallel external memory( consisting of address and data lines). I used an NvRAM 0f size 8KB. Can someone just me a method,possibly a C code to interface it? The manner i tried was declaring a 13 bit address(since it has 13 address lines(2^13=8K) )
but i feel that such a declaration will confuse the uC in deciding whether it is an internal memory or external memory. Do I need to change the gld file to sift the usual data/program memory allocation?
Thanks,
Sid