2026-02-23 5:40 AM
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
Solved! Go to Solution.
2026-02-24 6:13 AM
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
2026-02-23 5:53 AM
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.
2026-02-23 6:33 AM
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
2026-02-23 9:07 AM
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.
2026-02-24 5:31 AM
Same question as this thread: Camera and display interfacing on STM32N6570-DK
2026-02-24 6:13 AM
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