We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Keil compiler has the provision of type specifier 'pdata' which can be used to declare variables in external memory. For SRAM kind of memory devices we can keep the chip enable signal low and use facility provided by 'pdata'. But for FRAM kind of chips (eg FM1608), CE signal has to have a logic low transition after address is placed then only a valid read/write operation can be performed. But the code generated by keil dosn't give any option to modify the pdata to insert this CE logic on a port pin. Is it possible to do anything in code to generate CE signal while accessing pdata type variables. Thanks in advance...
"I have not known Ramtron to be that stupid (making totally incompatible chips), so I would say keep !CE low and just use !RD and !WR."
They highlight in several places that this is a key difference between (their) FRAM and SRAM; it is specifically mentioned in the Datasheet, and they even have an application note on it:
www.ramtron.com/.../AN100 - ReplaceSRAMwFRAM.pdf
I don't think it would be wise to simply ignore this?
I have used lots of Ramtron chips, but only serial. I said "I have not known Ramtron to be that stupid" now I know they are. Oh, well, it may be that this was not stupidity but the only way to make the chips.
Now we need to know which exact derivative of the '51 the OP uses since the timing of ALE/!WR/!RD varies between derivatives.
Erik
That is, of course, the reason that they state - but they would, wouldn't they...?