Hello, I have an application that requires 128K of external RAM. Speed of access is critical so I am trying to find out the best way to implement the memory. The memory is for data only and byte access is all that is required.
The PIC18F97J60 supports external memory and I wondered if anyone knows how efficient (in terms of speed of execution) the CCS compiler code implements external memory read and write. All I need is an idea of how many clock cycles will be needed to read and write a single byte.
Thanks!
SET
Joined: 15 Nov 2005 Posts: 161 Location: Glasgow, UK
Posted: Fri Nov 16, 2007 12:49 pm
The CCS external memory routines use table read/ table writes, so probably best to study how they work in the PIC18Fxxx architecture.
I have implemented external memory and it works 'pretty fast' but I cant give you exact figures, you need to do the numbers
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum