Skip to main content
Associate II
February 23, 2026
Solved

STM32N6570-DK Camera and display interfacing

  • February 23, 2026
  • 4 replies
  • 220 views

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

Best answer by Osman SOYKURT

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

4 replies

mƎALLEm
Technical Moderator
February 23, 2026

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."
Associate II
February 23, 2026

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

mƎALLEm
Technical Moderator
February 23, 2026

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
Technical Moderator
February 24, 2026
"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
Osman SOYKURTBest answer
Technical Moderator
February 24, 2026

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 SOYKURTST Software Developer | TouchGFX