How to program a LoRa-E5

Not sure I understand your problem: whether it is a problem while programming the LoRa-E5, or whether it is with serial comms after it has been programmed. In case it the the latter problem: ST’s sample LoRaWAN code uses USART2 on PA2 and PA3, whereas Seeed’s AT program uses USART1 on PB6 and PB7. Unless Seeed have changed this in their LoRaWAN node port then I advise you to use PA2, PA3, as it will be non-trivial to change to USART1.

Simply put I can’t reprogram the device.

I get the device itself into the proper mode, and the STM32 Programmer software attempts to communicate and then it fails to work.

I’ve even tried the command line version of the tool.

If I get a chance tonight I’ll be trying a couple different computers to do it.

I’ve posted on the community forums at ST. I’ve received no response.

I’ve tried each of the serial ports on the LoRa-E5 development board, and the best I was able to do was get the same serial uart results as I get over USB.

I’ve installed/updated the drivers for the USB to serial/CP2104 and that got me to the same place.

The connectivity seems to work, but it won’t actually program the device.

Unfortunately unless there’s a new development I’m going to have to switch my project to better supported hardware.

Things I need:

Useable point to point. The current AT command set is all in on LoRaWAN, but that excludes the possibility of handling a point to point which I need (or my costs skyrocket) until the project justifies multiple gateways. The TEST mode point to point is a kludge.

Ability to restore AT command set. I bought the loRa-e5 development board to do development on the board, I didn’t realize doing so would cause me to lose functionality. It’s a one-way process. (I would be fine with having to restore a binary blob to gain that functionality again.)

Basically, if I build a proof of concept that utilizes the LoRA-E5 Dev board and we don’t proceed with a custom build I can’t just switch it back to the AT command set and use it, I’ll end up tossing it in the junk drawer and having to use another device for development. This is particularly disappointing with this board, as it has the connectors broken out to be used, but the only way to use them is to drop the AT command set.

I have one last attempt at using the systems I have to update the firmware on the board, I’ll be trying to get Linux running and use that version of the STM32 Programmer to update the board, unfortunately I don’t hold out much hope for that on the systems I have. (2 intel Macs, and the rest of my systems are ARM based).

Seeed isn’t responsible for the lack of support on Mac (and I’ll even concede Apples made it a little difficult in the last couple years for tools like this anyway), but I don’t have a budget to burn and need to work with what I’ve got.

Seeed should work out the licensing issue with the AT command set (if that’s what it is), to at least allow restoring the firmware.

I’d recommend updating it to have a supported point to point mode built in as well.

(I fundamentally disagree with the general community being completely antagonistic to point-to-point. I can turn around and buy devices for the same frequency band that cause worse interference than a few point to point LoRa links ever will and still be 100% compliant).

By my estimates there’s 5 gateways on public networks in my city, 4 of which are all within 500 meters of each other, and absolutely none in locations which benefit me. I can’t justify buying a gateway for a one-off device that’s outside of a pre-existing gateway area. While I have a gateway on order for my specific location, I expect to have a half dozen devices in use here.

(I intend to have a weather station installed at a location that is well outside of range of any pre-existing gateway. I can locate a second LoRa node device there as a point to point receiver, but a Gateway is simply overkill).

Instead I’ll have to reevaluate if I should be using some other base hardware.

1 Like

I have determined experimentally that the second of the two defines is correct. Otherwise the uplink RSSI is very poor. I have filed a bug report here: https://github.com/seeed-lora/LoRa-E5-LoRaWAN-End-Node/issues/3

As I have noted before, it would be much better if Seeed would trust its users and publish circuit diagrams, which would allow such confusion to be cleared up quickly.

Im also struggling with this one. Ive managed to program the LoRa-E5 mini dev board using an ST-Link via SWD and have loaded on the given Seeed modified example code: LoRaWAN_End_Node. This firmware works and is able to send uplinks no problem. This was thanks to @acutetech whose post was my savior.

However, Im now not able to get the STM32CUBEProgrammer to connect to the device. I see:

Error: Problem occured while trying to connect

I suspect that without the Seeed provided bootloader Im now not able to get it into DFU mode.

From what Ive read it seems that the Lora E5 module doesnt have a pinout for the STM32s BOOT0 so Im wondering how I might get it into system boot mode?

Does this mean I might have bricked this poor little dev board?

Any insight would be much appreciated

Solved it after some trial and error.

Turns out the third party ST Link V2 I have, has to be unplugged and replugged into the USB which presumably puts it into the correct mode. Then, holding down the RST button on the Lora E5 Mini dev board, clicking Connect on the STM32CUBEProgrammer software and releasing the RST button, allows the board to be detected and programmed every time.

This is on a macbook pro running Big Sur (11.2.3) using a Yootech USB-C to USB adaptor. The Lora E5 Mini is also connected via USB with an Arduino Serial Monitor open to view its output. The dev board is wired up according these instructions: https://wiki.seeedstudio.com/LoRa_E5_mini/#2-develop-with-stm32cube-mcu-package

Now to actually write some code for it!

Hi @cmydlarz
Which third party ST Link V2 you are using?
Can you suggest any which is compatible with LoRa-E5?

I use this one: Aideepen ST-Link V2 Programming… https://www.amazon.com/dp/B01J7N3RE6?ref=ppx_pop_mob_ap_share

Which as mentioned is a bit finicky but can program the Lora E5 mini dev board. I’ve not tried any other programmers so my experience is limited.

I am having issue in getting the ST-Link/V2 programmer to connect to the LoRa-E5-Mini. I am using Windows PC, STM32 Cube Programmer and IDE.

I am using ST-Link/V2 to program LoRa-E5 mini. I connected the ST-Link/V2 programmer as follows, using the 20 pin connector of the programmer, pin 9 (SDIO) to LoRa-E5 SDIO, Pin 7 (SWCLK) to LoRa-E5 SWCLK. Pin 6 (GND) to LoRA-E5 GND. I am using the USB port connected to my Windows PC to power the LoRA-E5 mini module.

It would be great if there were a concise step by step to make this work.
From what I see in the posts, I should do the following:

  1. Before applying power to Lora-E5 module, Connect PB13 to GND
  2. Connect STLink/V2 to PC USB port
  3. Start STCubeProgrammer
  4. Connect Lor-E5-Mini to PC USB port (For power)
  5. Press and hold the LoRa-E5-Mini RESET Button.
  6. Click ‘Connect’ on STCube Programmer
  7. Release LoRA-E5-Min Reset button.

I tried the above repetitively and virtually all combinations, and yet cannot get connection - log below. Clearly I am doing something wrong, and is likely obvious. Help please. A nice step by step guide would be great, thank you!

09:24:22 : ST-LINK SN : 37FF6F064243393027222057
09:24:22 : ST-LINK FW : V2J37S7
09:24:22 : Board : –
09:24:22 : Voltage : 1.56V
09:24:23 : Error: ST-LINK error (DEV_TARGET_CMD_ERR)
09:24:28 : ST-LINK SN : 37FF6F064243393027222057
09:24:28 : ST-LINK FW : V2J37S7
09:24:28 : Board : –
09:24:28 : Voltage : 0.53V
09:24:28 : Error: No STM32 target found!
09:24:33 : ST-LINK SN : 37FF6F064243393027222057
09:24:33 : ST-LINK FW : V2J37S7
09:24:33 : Board : –
09:24:33 : Voltage : 1.56V
09:24:35 : Error: ST-LINK error (DEV_TARGET_CMD_ERR)

I should also add the the AT application is still working fine, so the hardware appears to be good.

Problem solved:

  • Connect ST-Link/V2 programmer as follows:
    • CN3 Pin 1 to Lora-E5 3V3
    • CN3 Pin 7 to Lora-E5 SWDIO
    • CN3 Pin 9 to Lora-E5 SWCLK
    • CN3 Pin 19 to Lora-E5 SCK
    • CN3 Pin 8 to Lra-E5 GND
  • Connect ST-Link/V2 programmer to USB port
  • Connect Lora-E5 to USB port
  • Press and hold the RST button on the Lora-E5 module
  • Click on the ‘Connect’ button on the ST-Cube Programmer
  • Release the RST button on the Lora-E5 module. ST-Cube Program should now indicate ‘connected’.
  • In St-Cube Programmer, select the ‘OB’ menu.
  • Change Read Out Protection from BB to AA and apply it.
1 Like

I hope this video’s to connect and program wl55jc, B-L072z and L476RG STM32 boards can be helpful:


Good luck.

@acutetech You are a life save :slight_smile:

Hi all, I was able to remove RDP with STM32Cube Programmer using a ST-Link and create my own custom project. I no longer have the ST-Link so I tried to remove RDP of another LoraE5-mini board using UART via the USB-C port. I was not able to establish a connection, I get the error:

22:08:33 : Serial Port cu.usbserial-141430 is successfully opened.
22:08:33 : Port configuration: parity = none, baudrate = 115200, data-bit = 8, stop-bit = 1.0, flow-control = off
22:08:34 : Timeout error occured while waiting for acknowledgement.
22:08:34 : Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again…

Does anyone know if it is possible to remove RDP and program the LoraE5-mini board using UART (without a ST-Link)? Thank you.

I stumbled across this exact process as well. However, my process is a little different in that I use the CLI on macos (located at /Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/MacOs/bin/STM32_Programmer_CLI This is very reliable to erase the memory and let it connect to the IDE.

However, I haven’t been able to get it to work in the debugger. I suspect that something in the programming messes up the SWD interface. I can work with my Nucleo board with no issues.

Has anyone figured out the debugger on the E5 modules?

Thanks!

I am stuck! nothing works! I cannot connect my lora e5 dev board to the programmer!! tried everything!

Thanks for the solution. There is a lot of doubt about how to connect. I’m working with LoRa E5 Dev and it works too

Thanks acutetech, your post helped me to clear the factory firmware.

Because I was unsure of how to hook things up to do this I’ll detail what I did to use a Nucleo board to connect to the LoRa-E5 dev kit.

I removed the two jumpers on the Nucleo stlink programmer so that it was acting as a programmer for an external device, not the attached Nucleo board. Those are the jumpers near the crystal with ST-LINK written on one side and NUCLEO on the other.

The blue 5 pin header is the programming header on the LoRa-E5 dev kit.

Here are the links I made:

ST-LINK CN4                     E5 dev kit

2                                         3                    swd clk
3                                         5                    gnd
4                                         2                    swd io

Both the Nucleo/ST-LINK and the E5 dev kit have their USB cables in, and the stm programmer is connected using the ST-LINK option.

As acutech says, reading the E5 dev kit MCU will fail until the read-out-protection option byte is set to AA and that value is applied. This clears the factory firmware and all FFs are read.

Programming works fine, and SB12 - the reset line from the ST-LINK to the Nucleo - did not need to be opened, so there were no modifications to the ST-LINK part of the Nucleo except to open the two jumpers.

Preparation

  1. Connect LoRa-E5 mini to PC via a Type-C cable.
  2. Open a serial tool(eg. Arduino Serial Monitor), select the right COM port, set the baud rate to 9600, and select Both NL & CR.
  3. Try to send “AT” and you will see the response.

Regards,
Willjoe

I have been working towards a custom application on the Lora-E5 Dev Board which, if successful, I will turn into a product using the SEEED Lora module or some other STM Lora Module. Although I can understand locking down the application and the chip from a regulatory standpoint it is nto very useful for developers such as myself who do not want to use the module as a modem but instead want to run our application directly on the processor and in my case really don’t want to attach to a LoraWan and all that comes along with that. It has taken a few days but I am now able to build applications using the STM drivers as generated by CubeMX and compile in Eclipse an program and debug using OpenOCD. Aside from the normal setup and configuration issues one encounters with Eclipse the big hurdles were with OpenOCD and the module itself. There is a new cfg file for OpenOCD that supports the STM32WLx series but that only works with OpenOCD 0.11.4. I was using Linux 16.04 and that had to be upgraded to Linux 20.04 to work with OpenOCD 0.11. Once all that was complete and using CubeProg to erase the chip (using a ST-Link provided by a old Nucleo board) then I could load the code and fire up the debugger. Unfortunately the device would jump to the System boot loader and not to my program, I suspect this has something to do with how the BOOT0 pin is handled inside the module. To fix this I went back to CubeProg and set the BOOT_LOCK option which forces execution to start in User Flash and now things seem to be working just fine, program executes and I can set break points and debug. Now the fun begins…
Hope this helps other who are trying to develop their own applications.

1 Like