8 years, 1 month ago.

without FIFO?

I would like to implement your program without FIFO using the KL25Z. Do you think this would be possible? What modifications would you suggest.

Question relating to:

In addition, I think it is possible to do it on the KL25Z without FIFO buffer (without having checked the exact requirements, but with DMA you can get really fast). The question would then however be: What are you gonna do with it? The KL25z doesn't come close to have enough RAM to store all this data.

posted by Erik - 17 Mar 2016

1 Answer

8 years, 1 month ago.

This code is heavily dependent on the FIFO and would need large adjustments in order to work without it. It would be difficult to make it work on such a small board as KL25Z. I haven't seen any application of OV7670 without AL422 here on mbed, but there are successful projects on Arduino and other boards which might help you.

Accepted Answer