2024-11-07 06:42 AM
Hi!
I would like to ask for a little help. I have a LoraWan E5 wich I want to program with ST-Link V2, but as soon as I want to connect to it in the STM32CubeProgrammer I get the errors below. I also attached the pinout that I follow. I connect SWDIO, SWCLK, 5V and GND to the LoRa e5 mini. If I ping the lora with an AT command it responses on the serial monitor so the LoRa is ok. I updated the firmware wich was successful, also tried to set to reset mode and press the RST button while connecting but none of these are work. How would I be able to connect it?
2024-11-07 10:02 AM
So adding RST would be good.
2024-11-07 10:08 AM - edited 2024-11-07 10:08 AM
Wired it from Pin 15, but did not help. I am also pushing rst button when clicking on connect.
2024-11-10 03:38 AM
Still no solution, anyone any idea? Im googling like for days now but still cannot find a solution for it.
2024-11-11 02:20 AM
Again, Have you contacted Seeed Studio for support? It's their board...
2024-12-12 06:16 AM
Please read the wiki page carefully!!!
The AT command firmware contains a bootloader for DFU and the AT application. The "PB13/SPI_SCK/BOOT" pin is used to control Wio-E5 to stay in the bootloader or jump to the AT application. When PB13 is HIGH, the module will jump to AT application after reset, with a default baud rate of 9600. When PB13 is LOW (press the "Boot" button on Wio-E5 mini), the module will stay in the bootloader, and keep transmitting "C" character every 1S at baud rate 115200.
If you remove the built in fimware, be sure to have a backup of the firmware or download from wherever it is..