cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting B-CAMS-IMX with Stm32n657x0-Q

Dila
Associate

Hello,

We would like to know if it is possible to connect the STM32N657X0-Q board with a B-CAMS-IMX camera. If so, what would be the best way to verify that the connection is successful and that the camera is working properly?

Any guidance or documentation references would be greatly appreciated.

Thanks in advance!

2 REPLIES 2
Simon V.
ST Employee

Hello,

You must first check the FFC connector (CN1) assignment with the STM32N657X0-Q board ( UM3354Camera module bundle for STM32 boards) and example DCMIPP_SnapshotDecimationMode.

Then you can dump a frame buffer in debug and to output it has a binary file for a post processing. The export binary file format could be performed using an usart for example.

Regards,

Simon

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.

Hello,

Thank you for your reply.

We have confirmed that the FFC connector is present on both the STM32N657X0-Q board (CN6) and the BCAMS IMX camera. How can we establish the connection between the board and the camera using STM32CubeIDE?

Best regards.