Question about dcmi dma on nucleo-h745
my task is to use a ov2640 camera to capture photo for further using(yolo model input),I've configure DMA DCMI for this task. Now the situation is the sccb communication with ov2640 is ok but when I start DMA to get the photo data I can't get the photo. It seems no write to my buffer. I get the data as same as I initialize the buffer(photo below:I initialized the image_buffer array {1,1,1,2,2,2} and the result didn't change).
My OV2640 Pins: GND SCL SDA RST PWDN DCLK NC D0-D7 VSNYC HREF
I have no sdcards or other extern memory devices connecting to my NUCLEO-H745ZI-Q
I have tried several successful program but got same result
My code(uvision5) below:
