Uart baud rate never seems to be enough to transmit the 30fps received from ov7670
Hi, any reply is greatly appreciated.
I intend to interface ov7670 with my nucleo board for a qvga with yuv422. To get 30 frames per second ,the pclk must be set to 24Mhz(according to the data sheet). What this means is that each byte is received from the parallel interface of the camera module at the rate of 24Mhz.( This is true irrespective of the resolution format i.e vga,qvga etc). If I need to transmit bytes over uart as and when they're received from ov7670, to prevent any overrun errors,the uart baud rate must be greater than 24M frames (frame as in 8data bits and 1 start and stop bits)per second ( this is not possible!!!). Am I right in my thinking?
