2024-08-02 05:01 AM - last edited on 2024-08-02 05:18 AM by KDJEM.1
Hello All,
I'm currently working with the STM32 H747-DISCO board, but I'm encountering some difficulties in interfacing the B-CAMS-OMV Camera Module. The LCD is functioning correctly, but the camera is not working (even though the 3 LEDs are lit).
I'm running the DCMI_SnapshotMode project from STM32Cube_FW_H7_V1.11.2 (which I downloaded from the STM32CubeIDE 1.15.1 framework). After performing a clean, build all, and run, there are no errors, but I'm getting the following warning:
"C:/ST/STM32CubeIDE_1.15.1/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.0.100.202403111256/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: DCMI_SnapshotMode_CM7.elf has a LOAD segment with RWX permissions"
Here's a link to my shared screen: https://www.awesomescreenshot.com/video/30135286?key=2ba1dbe8ce3ec2c1a9cdb4eaac6cd571
Can anyone help me resolve this issue?
Solved! Go to Solution.
2024-08-05 03:06 AM
Hi @syrine ,
I think you face the same issue as reported here.
This issue can happen if the camera is not detected. It might be due either to a wrong connection or a malfunction of the camera board.
I advise you to plug and unplug the camera board while the board is not powered. A short-circuit can happen otherwise.
Could you please try with another B-CAMS-OMV camera board?
Thank you.
Kaouthar
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.
2024-08-02 05:33 AM - edited 2024-08-02 06:53 AM
Hello @syrine and welcome to the community :),
For the warning issue could you please try with the last version of STM32CubeIDE.
If you click on resume then suspend as shown in the below figure, do you get an Error_Handler()?
Thank you.
Kaouthar
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.
2024-08-05 02:47 AM
Good morning ,
yes , there is this error :
2024-08-05 02:55 AM
2024-08-05 03:06 AM
Hi @syrine ,
I think you face the same issue as reported here.
This issue can happen if the camera is not detected. It might be due either to a wrong connection or a malfunction of the camera board.
I advise you to plug and unplug the camera board while the board is not powered. A short-circuit can happen otherwise.
Could you please try with another B-CAMS-OMV camera board?
Thank you.
Kaouthar
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.