2019-04-09 12:35 PM
Using either the default program or programming the BLE_TransparentMode default hex file results in this error. I have both a windows 10 and macOS 10.14.4 machine that I get this result. The VCOM port doesn't seem to be the issue as I can program and see the units. Any help would be much appreciated!
2020-07-10 02:27 AM
Hello.
The error could be that Port does not open, or Nucleo software does not answer to STM32CubeMonitor-RF request. During connection, the tool opens the port, checks the version of device, and if there is no answer, the tool closes the port.
Some possible solution :
Stephane
2020-07-10 02:43 AM
.
2020-07-10 03:54 AM
@stephane.legargeant I checked the manual, but the problems described either do not refer to mine or the solutions do not help. After using the given binary and connecting the board to the PC with USER USB, no COM port appears. Through the ST-LINK USB the port cannot be opened again. I am using Windows 10. The logs look like this.
2020-07-10 04:34 AM
First, you must use the ST-LINK USB connector to connect the Nucleo board. The USER USB is not used in transparent mode on Nucleo.
Can you check if the error is "Device under test not responding" or "Could not open COM port" ? (The first one indicates that port was found and opened, but there was no answer from board. The second indicates that port can not be opened.)
2020-07-10 05:12 AM
@stephane.legargeant Using the ST-LINK USB the error says "Device under test not responding" in BLE and OpenThread mode but "Could not open COM port" in RF mode.
2020-07-15 07:27 AM
You can find the example in the STM32cube firmware for WB series. Go to www.st.com, and search "STM32CubeWB". You will see The STM32WB cube firmware page
You can then download the firmware pack. The transparent mode example is in the tree in the folder STM32Cube_FW_WB_V1.7.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_TransparentMode\
Stephane
2020-07-15 10:29 AM
@stephane.legargeant the problem I described happens exactly with the example binary you mentioned.
2020-07-15 03:16 PM
@MPiot.1 I tested on my USB Dongle and it works properly. I did as I explained to you before. Open the device management and check if it's all okay with the ports. Check if the port that you are using is not opened in another program. Try to disconnect the port in device management and reconnect and check if all jumpers are in the correct places (you can see in the documentation how they should be put).
2020-07-16 12:13 AM
@Kolab Thank you, that worked. However there is no project (.ioc) file for that example and my goal is to enable the COM Port connection for my project.
2020-07-16 04:43 AM
The problem could be a connection issue between STM32WB MCU and ST-Link or the copro wireless stack not properly configured.
Stephane