??? 02/15/05 18:19 Read: times |
#87555 - serial RAM and time Responding to: ???'s previous message |
I'm thinking of adding a serial ram to add as buffer for the display, this way I will use only few pins for i2c which my board can afford. Is this a good idea or would it be a waste of time because serial ram is much slower in speed than normal ram?
If you are held up by "display not ready" a serial RAM may be a good idea; however since you seem to be in time trouble, I would first verify that the display was the culprit and the calculate if 100 or 400 (see spec) kbs would hold you up. On one superfast app I went dramatically different and used a "serial RAM" namely a FIFO controlled by a CPLD. That way the data was pumped out at max speed and the stops in the display could also be used to stuff the FIFO which allowed the uC to keep up. Erik |