2018-04-27 05:57 AM
Dear Community,
I've bought 2 different evaluation boards to know better LoRa with STM32 MCUs. First, I bought the Nucleo board with the Mbed shied from Semtech ( P-NUCLEO-LRWAN1). I've managed to connect it to my laptop and communicate through Serial port (flash, debug,...). I've install the STLink WinUSB and the UsbUser port drivers, available on this link :
After this, I bought another evaluation board with the Murata chip on it (B-L072Z-LRWAN1). I can connect it to my laptop, the default software is running (blinking leds,..) and I can see the device in my File Manager under the name : DIS_L072Z.
However, when I want to change the software or launch the debug mode in Kei UVision 5, I can't because there is no serial port for my device. In my Devices Manager I have new lines :
libusb (WinUSB) devices
-> STMicroelectronics STLink dongle (Libusb - WinUSB)
-> STMicroelectronics STLink Virtual COM Port (Libusb - WinUSB)
Does someone had also this problem ? How can I fix this driver issue?
Regards.
#driver #lora #b-l072z-lrwan1 #stlink-error2018-04-27 07:37 AM
Not sure why Keil would care what serial port you use in terms of connecting to the ST-LINK and programming/debugging the device.
Go into the the Options and Debug Settings and make sure you're talking to the correct ST-LINK on the LORA-DISCO board.
The ST-LINK Utilities should install drivers, and permit connectivity to the device, and allow for a firmware update. If Windows is using the wrong driver then go in via Device Manager and change/update the driver it is using.
2018-05-07 10:12 AM
Dear Clive One,
I had to try with another computer to know if it wasn't the board which was broken but it isn't. Then I re-reinstall all the drivers from the Device Manager for the USB communication.
Thank you for your time.