2022-09-12 04:19 AM
I'm looking for STM32 MCU interfacing with DCMI. Can you suggest me where to learn or suggest me online course.
Thank you
Solved! Go to Solution.
2022-09-12 05:50 AM
Hi @WPong.1 ,
There is no DCMI course written by STMicroelectronics.
But, I recommended to take a look at:
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-09-12 05:50 AM
Hi @WPong.1 ,
There is no DCMI course written by STMicroelectronics.
But, I recommended to take a look at:
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-09-12 06:06 AM
Thank you so much. I look at AN5020 but never look at DCMI example in STM32Cube package.
2022-09-12 07:30 AM
HI @WPong.1 ,
From this page you can choose the suitable STM32Cube MCU package depending on the MCU you work with. For example, if you used the STM32F7 MCU you can click on STM32CubeF7/Projects/STM32F769I_EVAL/Examples/DCMI.
So, you can find in this link the DCMI examples with STM32F769I-EVAL board.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-09-12 08:50 AM
It's an externally clocked parallel interface, with synchronization signals, clocking at rated independent/disconnected from those than the BUS/CPU operate at.
As I understand it the operation is one typical done with DMA off the FIFOs the interface provides to mitigate clocking disparities. The complexities then revolve around the management of the DMA, ping-pong or double buffering, and the volume of data involved and limits on DMA unit count sizes.