Skip to main content
Associate III
April 27, 2024
Question

STM32F103C8T6 drive camera ov2640

  • April 27, 2024
  • 1 reply
  • 10125 views

I have used software control GPIO simulate parallel interface to successfully receive data, but how to faster, I used timer to trigger DMA, but the effect is very bad.

stm32f1_ov2640_tim_dma_uart 

Shiina_0-1714231947043.png

About: 1-1.5 FPS

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
April 27, 2024

It's a very old part, couldn't you just use a more modern one with DCMI and F(S)MC memory?

Band width of UART and USB FS also likely to be significantly limiting on frame rates.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
ShiinaAuthor
Associate III
April 28, 2024

yes, I just want to know what is the maximum frame rate that can be optimized :thinking_face:Although it feels like I'm torturing myself.