You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Seeed Studio LoRa E5 Mini](https://wiki.seeedstudio.com/LoRa_E5_mini/) is a
5
+
development board based around the [STM32WLE5JC](https://www.st.com/en/microcontrollers-microprocessors/stm32wle5jc.html), an SoC with an ARM Cortex-M4
6
+
and LoRa SubGhz radio. This kit contains a UART to USB-C adaptor.
7
+
8
+
## Getting Started
9
+
10
+
First, follow the [Tock Getting Started guide](../../../doc/Getting_Started.md)
11
+
12
+
OpenOCD is the preferred method to program the board. The development kit does
13
+
not have an integrated debugger. An external ST-Link is recommended. This can be
14
+
connected to the board's SWD pins for programming.
15
+
16
+
## Programming the kernel
17
+
Once you have all software installed, you should be able to simply run
18
+
`make flash` in this directory to install a fresh kernel.
19
+
20
+
## Programming user-level applications
21
+
You can program an application over USB using `tockloader`:
22
+
23
+
```bash
24
+
$ cd libtock-c/examples/<app>
25
+
$ make
26
+
$ tockloader install
27
+
```
28
+
29
+
## Console output
30
+
To view the console output on the Seeed Studio LoRa E5 HF Mini:
0 commit comments