??? 07/10/07 17:51 Modified: 07/10/07 17:54 Read: times |
#141696 - just a thought Responding to: ???'s previous message |
have you considered a huge FIFO?
in the olden (slow) days I double buffered a device using two FIFOs, that allow the peripheral to run full speed while the uC only may create gaps between blocks (FIFO not full/empty) but never in a block. It also allow you to do the timing of the peripheral in hardware. Erik |