2019-03-01 02:04 AM
I am trying to use DCMI on nucleo-144 ST32L4R5 for using OV5640 camera. I generated code for this using CubeMX. But the clock is not being generated on board for DCMI PXCLK. Do I need to anything else for DCMI clock generation. In Cube MX I choose following options for DCMI PCLK
GPIO mode -- Alternate Function Push Pull
GPIO pull-up/pull-down -- No pull-up and no pull-down
Maximum output speed -- Low
I am new to CubeMx and stm32. How can I resolve my problem