stark43
Member level 1
Hello, I'm interested in MIPI CSI-2 and I have a question. (640x512) Parallel 8-bit pixel data at 20Mhz frequency comes from my camera and I need to serialize this data quickly (like 200Mhz).
* Do I need to save the incoming data in a 512 byte wide line buffer and serialize it completely when the line buffer is full?
*Do I need to serialize without waiting for the line buffer to fill up?
*Do I need to define an asynchronous or synchronous FIFO? If it does, do I need to read the data without waiting for the FIFO to fill? What are your thoughts on this?
* Do I need to save the incoming data in a 512 byte wide line buffer and serialize it completely when the line buffer is full?
*Do I need to serialize without waiting for the line buffer to fill up?
*Do I need to define an asynchronous or synchronous FIFO? If it does, do I need to read the data without waiting for the FIFO to fill? What are your thoughts on this?