cancel
Showing results for 
Search instead for 
Did you mean: 

STM32N6570-DK Camera and display interfacing

RanjithRemasan
Associate II

Hi

I am new to display and camera interfacing, as well as the STM32N6570-DK. For a project, I want to display the output from the camera (come along with STM32N6570-DK) into the display included with STM32N6570-DK. Could you explain the necessary configurations in STM32CubeMX and how to write the code in STM32CubeIDE to interface these components?

My Tool version info

Cube IDE 2.0.0
Cube MX 6.16.0

Best Regards

Ranjith

1 ACCEPTED SOLUTION

Accepted Solutions
Osman SOYKURT
ST Employee

Hello @RanjithRemasan ,

If you use TouchGFX, you can use the project I shared as a reference : https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/stm32n6570-dk-touchgfx-camera-demo/m-p/881617/highlight/true#M46099

Osman SOYKURT
ST Software Developer | TouchGFX

View solution in original post

5 REPLIES 5
mƎALLEm
ST Employee

Hello @RanjithRemasan and welcome to the ST community,

Such example is provided in CubeN6 under this github link:

https://github.com/STMicroelectronics/STM32CubeN6/tree/main/Projects/STM32N6570-DK/Applications/DCMIPP/DCMIPP_ContinuousMode but unfortunately there is no ioc file is provided for CubeMx configuration. You need to reflect the example configuration in the CubeMx.

Hope that helps.

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.
RanjithRemasan
Associate II

Hello @mƎALLEm ,

Can I get a CubeMX configuration for a similar kind of kit? It would also be very helpful if you could explain how to create a CubeMX configuration from the CubeIDE project you provided.

Best Regards

Ranjith

As I said there is no ioc file for that application. You need to reflect what was configured in the example into a ioc file.

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.
mƎALLEm
ST Employee

Same question as this thread: Camera and display interfacing on STM32N6570-DK

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.
Osman SOYKURT
ST Employee

Hello @RanjithRemasan ,

If you use TouchGFX, you can use the project I shared as a reference : https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/stm32n6570-dk-touchgfx-camera-demo/m-p/881617/highlight/true#M46099

Osman SOYKURT
ST Software Developer | TouchGFX