cancel
Showing results for 
Search instead for 
Did you mean: 

Beginner example for DCMIPP on STM32N6570DK

pawatJoy
Associate III

Hello, I wanna use the development board STM32N6570-DK for taking a picture with MB1854B. i am quite new for DCMI and DCMIPP. i just want to read the image through the pipe1 of dcmipp but i dont know how to config the MCU in .ioc file. Can anyone explain or give me an example for that? 

3 REPLIES 3
Imen.D
ST Employee

Hello @pawatJoy ,

You can follow the steps and configuration for DCMIPP examples based on STM32CubeMX:

You can also refer to the github example shows how to use the DCMIPP IP based on the STM32Cube HAL that can be used to build any firmware application:

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
pawatJoy
Associate III

Hello again,

 

i have read the AN6211 and walked through the code in DCMIPP_SnapshotDecimationMode. it appeared that it required  #include "isp_api.h". in the main.h.

 

Where should i find that files and how do i install that in stmCubeIDE? 

stmobject
Associate II

Hello

I was reading different questions about DCMIPP configuration to see if I could find an answer to my problem. I came across this question, it may be too late. Anyway, you should copy the ISP library into your porject: you can find it in C:\Users\username\STM32Cube\Repository\STM32Cube_FW_N6_V1.3.0\Middlewares\ST. The version of STM32CUBE_FW_N6 depends on the version you use in stmcubeMX. Also you have to copy the drivers in C:\Users\username\STM32Cube\Repository\STM32Cube_FW_N6_V1.3.0\Drivers\BSP. For camera module IMX335 you need: imx335 
DM if you want the ioc configuration, I am not sure if it is completely correct, but it may help

Spoiler