I am getting pixel data to the stm32. I am reaching the "end of frame flag clearing" at:stm32l4xx_hal_dcmi.c ----> HAL_DCMI_IRQHandler() ----> (line 811)__HAL_DCMI_CLEAR_FLAG(hdcmi, DCMI_FLAG_FRAMERI);I am simply checking cameraBuffer[] pixel array u...