cancel
Showing results for 
Search instead for 
Did you mean: 

Beginner example for DCMIPP on STM32N6570DK

pawatJoy
Associate II

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? 

2 REPLIES 2
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 II

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?