2025-10-16 5:55 AM
Hi,
I am testing the new X-NUCLEO-67W61M1 with the NUCLEO-H7S3L8 for the purpose of sending data over WiFi and BLE. For reference, I am using the STM32CubeIDE.
However, I have followed the guide in the software package for the X-NUCLEO-67W61M1 in Github (link https://github.com/STMicroelectronics/x-cube-st67w61/tree/main/Projects/NUCLEO-H7S3L8/Applications/ST67W6X/ST67W6X_CLI ) and when I try to send commands with Tera Term with the recommended settings, I see no output in the terminal.
I can see that the X-NUCLEO-67W61M1 is working and correctly identified when flashing the NUCLEO-H7S3L8 with the NCP_update_mission_profile.bat file (which for some reason I could only find in the software package provided directly on the official ST site https://www.st.com/en/embedded-software/x-cube-st67w61.html). I have also tried flashing the NCP_update_mission_profile_t01 and NCP_update_mission_profile_t02 from the Github software package but I still see nothing in the terminal. I also tried flashing the binary Boot and Appli files from the Github software package in STM32CubeProgrammer, but flashing the Appli file does not work, without a clear error message.
For a quick sanity check, I have also tried the guide in section 6.1 in UM3449, which doesn't work either.
There is a lot of conflicting information when comparing the software packages from Github, the official ST website and the UM3449 User manual for the X-NUCLEO-67W61M1.
Could anyone provide a more clear guide on how to set it up to send commands through the terminal and read the output?