2026-05-05 3:38 AM - last edited on 2026-05-05 4:54 AM by TarikAb
Hello,
I am working with the ST67W61 WiFi module and NCP firmware provided in X-CUBE-ST67W61.
The firmware flashing process works correctly when using the reference setup:
However, the same flashing procedure fails on our custom board, which is designed based on the X-NUCLEO-67W61M1 schematics.
Issue observed:
During NCP flashing over UART, the process fails at handshake stage with the following error:
Observations:
Connections replicated from reference design:
Suspected area:
We suspect the issue may be related to:
Request:
Could you please help clarify:
If needed, I can provide:
Thank you.
2026-05-06 12:57 AM
Hi @Mounikesh,
The procedure to update the module binary via UART requires only the UART TX/RX lines, CHIP_EN, and BOOT signals, in addition to VDD and GND, of course.
To boot in UART mode, power up the module with both BOOT and UART held low. Then set BOOT high (3.3 V), followed by CHIP_EN high (3.3 V). Once this sequence is completed, UART communication can begin and the handshake should be successful.
I have just validated this procedure using two different USB‑to‑UART dongles (an STLink board and an FTDI dongle) connected to the X‑NUCLEO‑67W61M1 (in standalone mode), and it worked as expected.
For the test, I simply used the following command:
.\QConn_Flash_Cmd.exe --port COM18
since the dongle was enumerated on COM18. The handshake completed successfully.
Please share any additional details or materials and I’ll be happy to take a look. You may also contact me via private message if you prefer.
Regards,
2026-05-06 2:05 AM - edited 2026-05-06 2:31 AM
Shared schematics via private message
Could you please verify whether my schematic implementation is correct?
If there is any mistake I would redesign my pcb accordingly