DCMI Data Reception Using GPDMA in Circular Mode on STM32U5G9ZJT6Q
I am working on a project using the STM32U5G9ZJT6Q MCU, where I am trying to receive data from an 8-bit DCMI interface using GPDMA in circular mode or normal mode. The data is being captured from an 8-bit parallel bus, and I am using GPDMA to transfer this data into memory. However, I am facing issues with the DMA interrupt not triggering and the data not being received properly.
I have configured the DMA in circular mode and linked it to the DCMI, but it seems that the DMA transfer is not functioning as expected. I’ve tried various configurations, but I am still unable to get it working.
If anyone has worked on a similar setup using the STM32U5G9ZJT6Q and has successfully received data from DCMI using GPDMA in circular mode or normal, I would greatly appreciate it if you could share your code or any insights on how to properly configure and troubleshoot this.
