cancel
Showing results for 
Search instead for 
Did you mean: 

Differences between STM32N6570-DK and NUCLEO-N657X0-Q for CSI Development

Shaktyor
Associate

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

1 REPLY 1
MOBEJ
ST Employee

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

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.