DCMI DMA Problem of Getting OV2640 image with NUClEO-H745ZI-Q
I have tried to set the buffer for receiving data a location where DMA can reach(uint32_t dcmi_data_buff[2560] __attribute__((section(".ARM.__at_0x24040000")));). But every time I start DMA I got the same data and once I changed the location for buf...