cancel
Showing results for 
Search instead for 
Did you mean: 

STM32N6DK750 discovery kit with SD card and camera

HMTb
Associate II

Hi!

I’m asking for your recommendations :

I would like to integrate the DCMIPP continuous example to add a photo capture and recording feature to the SD card through a button.

I have already configured the SD card using CubeMX, and now I want to integrate the DCMIPP continuous example and then continue adding my own contributions.

Is there another example that would be more appropriate to use as a base?

Because I prefer to use CubeMX, but with the DCMIPP example I find myself having to manually add all the libraries to my project < as it comes without cubemx>, and at the moment I see that some libraries are not recognized despite that I added them with all the paths.

Do you have any suggestions for what I want to do?

Thanks in advance

2 REPLIES 2
mƎALLEm
ST Employee

Hello,

You need to inspire from the example provided by CubeN6: 

https://github.com/STMicroelectronics/STM32CubeN6/tree/main/Projects/STM32N6570-DK/Applications/DCMIPP/DCMIPP_ContinuousMode

Unfortunately, no ioc file is provided. You need to reflect the configuration done for DCMIPP in the example in your CubeMx file and add step by step the needed extra files/libraries to your project.

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.

Hello,

Thank you for your reply.

That is exactly the procedure I followed. I integrated the DCMIPP example into my existing CubeMX project by reflecting the DCMIPP configuration from the STM32CubeN6 example and adding the required files and libraries step by step.

However, I am facing an issue:

The SDMMC task is working correctly, but the main camera program (DCMIPP capture) is not working.

Even when I disable the SDMMC part completely, the camera program still does not work.

Do you have any idea what could cause this issue? Could it be related to clock configuration, memory allocation, MPU cache settings, or interrupt priorities?

Thanks in advance.