2026-04-07 6:57 PM
I am currently developing CSI using the STM32N6. I would like to study the project at the following link: https://github.com/STMicroelectronics/STM32N6-GettingStarted-ObjectDetection/blob/main/Middlewares/stm32-mw-camera/Release_Notes.md
However, the release notes state "Support for the STM32N6570-DK board only." Does this mean it is impossible to develop this project or related CSI projects on the NUCLEO-N657X0-Q?
please help me
2026-04-08 1:07 AM
Hello @Shaktyor ,
The note “Support for the STM32N6570‑DK board only” means the example is validated and maintained only for STM32N6570‑DK, not that it’s impossible on NUCLEO‑N657X0‑Q.
You can still use the GitHub project as a reference and port it to NUCLEO‑N657X0‑Q.
This will require manual adaptation of the BSP/board layer (pinout, clocks, I²C, CSI, power‑enable pins, etc.) and a proper camera hardware setup.
The higher‑level camera/CSI middleware can typically be reused if the interface and sensor are similar.
So: technically feasible, but not supported out‑of‑the‑box and needs porting work.
Br