2026-05-04 4:48 AM
Hello,
I am using an **STM32 NUCLEO-N657X0-Q** board with the **B-CAMS-IMX camera module**.
Originally, the board was working correctly. In **DEV BOOT mode**, I loaded and ran my AI model, using the B-CAMS-IMX camera sold by ST. The board connected normally to my laptop, and I was able to confirm that the AI application was running correctly by viewing the camera output and the AI object detection result on my laptop.
I also changed the BOOT pins and confirmed that the same AI application worked correctly in **Flash Boot mode** as well.
After that, I wanted to test whether the board could run from an external power supply instead of being powered through ST-LINK. So I changed **CN9 from 1-2, STLK power, to 5-6, VIN power**, following the description in the official NUCLEO-N657X0-Q documentation. Then I applied **7V from a DC power supply to the VIN and GND pins** of the NUCLEO-N657X0-Q board. I carefully checked the polarity and connected VIN and GND correctly.
When I supplied 7V through VIN, the current consumption was only about **4 mA**, and the board LEDs looked like in the attached photo. However, the B-CAMS-IMX camera video output, which had previously appeared on my laptop, no longer appeared.
At first, I thought there might be a software or boot configuration issue. So I changed the power source back to **CN9 1-2, STLK power**, and changed the BOOT pins back to **DEV BOOT mode**. However, after that, the board no longer powered up correctly. STM32CubeProgrammer shows a very low target voltage, around **0.37 V**, and reports:
`Error: Unable to get core ID`
`Error: No STM32 target found`
I did not intentionally operate the BOOT pins or power selection pins incorrectly. Also, when I applied VIN power, the only external device connected to the board was the **B-CAMS-IMX camera module**. No other external modules or devices were connected.
I bought **two NUCLEO-N657X0-Q boards**, and I tested both boards in the same way. Unfortunately, both boards now show the same behavior after applying 7V through VIN. The 3.3V rail does not seem to come up properly anymore. When I measure the board’s **3.3V pin with a multimeter**, I do not get 3.3V. Could you please help me understand what might have happened?
Specifically, I would like to know:
1. When supplying power through VIN, is changing **CN9 to 5-6 VIN** the only required hardware setting, or is there any additional jumper/solder bridge/sequence that must be configured?
2. Is applying **7V to VIN** correct for the NUCLEO-N657X0-Q board, or could 7V on VIN cause this issue?
3. Is there a recommended power-up sequence when using VIN, especially with the B-CAMS-IMX camera connected?
4. Is it possible that the onboard regulator, eFuse, or 3.3V power rail protection was damaged or latched off?
5. What is the proper and safe procedure for powering the NUCLEO-N657X0-Q from VIN?
Any help would be greatly appreciated. I am trying to understand whether I missed a required configuration step for VIN power, or whether there may be an issue with the board power circuitry. Thank you.