2025-08-29 3:42 AM
I am trying to use X-CUBE-ST67W61M1 but I am failing to read any data with COM port set as document um3449 indicates (I am currently using a UART-TTL converter connected on CN7 of X-NUCLEO-ST67W61M1). I am trying to update the X-NUCLEO-ST67W61M1 firmware to see if anything changes, but NCP_update_mission_profile.bat from X-CUBE-ST67W61 does not support update with my Nucleo board. Are there any ways to bypass this problem?
Moreover, any ideas about why I am not reading anything sensible from the X-NUCLEO-ST67W61M1 UART port?
Thanks in advance for any advice
2025-09-01 10:12 AM
Hello @jacob_ ,
Have you verified the UART settings (baud rate, parity, stop bits) and ensured they match the configuration specified in the UM3449?
Serial port setting: Select COM port number, 921600 baud rate, 8-bit data, parity none, one stop bit, and
No flow control.
2025-09-02 12:39 AM
Hello @Imen.D,
Thank you for your answe first of all. The settings on my terminal are correct. In addition to this, I am not receiving anything from X-NUCLEO-ST67W61M1 when using examples of X-CUBE-ST67W61M1 (the chip does not seem to be enabled). Is UART port on CN7 still enabled for meaningful log when the board is in MISSION MODE?