Skip to main content
Visitor II
January 6, 2026
Question

Beginner example for DCMIPP on STM32N6570DK

  • January 6, 2026
  • 2 replies
  • 63 views

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? 

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    January 6, 2026

    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:

    pawatJoyAuthor
    Visitor II
    January 7, 2026

    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?