2020-11-09 07:18 AM
Hi, I use a X-NUCLEO-BNRG2A1 with a NUCLEO-L476RG .
I try to use the BlueNRG GUI for the Virtual_COM_Port application. I copy directly the binary file into the "NUCLEO" device.
But when I open the Port on GUI, it is displayed "no device detected" then ""no firmware detected on the motherboard"
When I update the motherboard under tools menu this message is displayed (on the picture)
I try but the LED does nothing.
Then I choose the file USB_to_SERIAL.hex, but it displays "No DFU board found".
Can anyone provide a hint how to get BlueNRG GUI working ?
2021-05-12 03:53 AM
Same problem here.
I successfully built and transferred Virtual_COM_Port with STM32CubeIDE, but then I'm unable to open the port ("no device detected" error).
Did you find a solution @a28j ?
2021-05-14 12:22 AM
Hello,
before opening the serial connection, please set the Serial Port Baud Rate to 115200 (from Settings -> Set Baud Rate).
BR
Silvio
2021-08-30 08:20 AM
I'm facing the same issue. Did anyone find a solution? @paul19 @a28j
Note: @Silvio Baud rate is not the issue as DFU is not using the serial port.
2021-08-30 09:04 AM
Hello,
with Nucleo-L476RG and X-NUCLEO-BNRG2A1 the reference application to use the BlueNRG GUI is the Virtual_COM_Port available in the X-CUBE-BLE2 package.
Hence, you should load the pre-built binary file (under X-CUBE-BLE2\Projects\NUCLEO-L476RG\Applications\Virtual_COM_Port\Binary) on the Nucleo-L476RG board, launch the BlueNRG GUI, set the Serial Port Baud Rate to 115200 (from Settings -> Set Baud Rate), select the the correct COM port and open the connection.
BR
Silvio
2021-08-30 11:02 AM
@GShie.1, various methods to communicate with the the X-NUCLEO-BNRG2A1 through the Nucleo-L476RG are described in AN5651. For me, all those methods have failed, including the one based on Virtual_COM_Port. I've finally succeeded in flashing my X-NUCLEO-BNRG2A1 using an external ST-LINK V2 (see this thread).
2021-08-30 12:42 PM
Actually I'm having this issue with the STEVAL-IDB008V2 not the X-NUCLEO. I can upload the DTM_UART.hex as described in the documentation but the GUI software is then unable to connect to the device in DFU mode after displaying the popup shown above (the LED is flashing). I tried installing the driver with C:\Program Files (x86)\STMicroelectronics\BlueNRG-1_2 DK 3.2.1\PCDriver\DFU\dpinst_amd64.exe but it doesn't appear to install, maybe that is the issue. I'll try with ST-Link.
Thanks
2021-08-30 06:34 PM
Do you mean DL2 is flashing? If so, the onboard STM32 has been in DFU mode already. This can be doubly checked in Device Manager, under Universal Serial Bus controllers there would be a STM Device in DFU Mode.
Please just flash the MCU with USB_to_SERIAL.hex
2021-08-30 06:38 PM
Good to know it works with an external ST-Link V2.
Maybe some procedure was missing when using a STM32 Nucleo board.
For example, It is quite easy to forget to remove CN2 jumpers.
2021-08-30 06:46 PM
Yes, it is in DFU mode and showing in device manager but the software can't find it.