Skip to main content
BBhoo.1
Visitor II
June 4, 2020
Question

DCMI with DMA on stm32743 MCU

  • June 4, 2020
  • 0 replies
  • 647 views

Hullo guys , I 'm trying to get my OV10635 cam working with STM32H743 , and I have set up all required configurations , I want to get snapshot , transfer the chunk of data to internal RAM , but the FRAME interrupt is never generated , while LINE interrupt is working fine , also the DMA flags r not set , HC/TC/ or even FIFO error , attaching my code ,

I am trying to transfer the frame of 1280*800 from my sensor. That's why I have used multibuffer mode in DMA. DMA gets 32000 size of data in 1 transfer and saves it to internal buffer.

DMA is able to transfer the data but only around 200 bytes. and TC interrupt is never generated.

This topic has been closed for replies.