Skip to main content
LSang.11
Associate
April 13, 2021
Solved

STM32446E-EVA DCMI

  • April 13, 2021
  • 1 reply
  • 688 views

Good morning.

I am using the STM32446E-EVA board.

I want to read data about video from CAMERA through serial

I am not sure where it is because it is the DMA part.

In order to read CAMERA data, which function part can we know by reading the value in part???

It seems to be of great help.

Thank you.

This topic has been closed for replies.
Best answer by Imen.D

Hello @LSang.1​ ,

You can refer to the examples within STM32CubeF4 MCU package:

STM32Cube_FW_F4_V1.26.1\Projects\STM32446E_EVAL\Applications\Camera\Camera_To_USBDisk\

This application may help you on your porject as provides a description of how to use the DCMI to interface with camera module and display in continuous mode the picture on LCD.

If you are a SPL user, you can download the STSW-STM32065 library and refer to the DCMI Camera Example : 

STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Project\STM32F4xx_StdPeriph_Examples\DCMI\DCMI_CameraExample

I recommend you this application note which contains a DCMI application examples: AN5020: "Digital camera interface (DCMI) for STM32 MCUs".

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Imen

1 reply

Imen.DBest answer
Technical Moderator
April 29, 2021

Hello @LSang.1​ ,

You can refer to the examples within STM32CubeF4 MCU package:

STM32Cube_FW_F4_V1.26.1\Projects\STM32446E_EVAL\Applications\Camera\Camera_To_USBDisk\

This application may help you on your porject as provides a description of how to use the DCMI to interface with camera module and display in continuous mode the picture on LCD.

If you are a SPL user, you can download the STSW-STM32065 library and refer to the DCMI Camera Example : 

STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Project\STM32F4xx_StdPeriph_Examples\DCMI\DCMI_CameraExample

I recommend you this application note which contains a DCMI application examples: AN5020: "Digital camera interface (DCMI) for STM32 MCUs".

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks