... | ... | @@ -69,7 +69,7 @@ The DPP2 LoRa platform features an STM32L433CC MCU and the Semtech SX1262 LoRa r |
|
|
To run a simple 'Blink LED' application on the platform, follow these steps:
|
|
|
|
|
|
* Download the `blink_led` example code from our [DPP repository](https://gitlab.ethz.ch/tec/public/dpp/dpp/tree/master/software/com/stm32l4_sx1262/blink_led).
|
|
|
* To open and compile the project, you will need [Atollic TrueStudio](https://atollic.com/truestudio/).
|
|
|
* To open and compile the project, you will need [STM32CubeIDE](https://www.st.com/en/development-tools/stm32cubeide.html).
|
|
|
* After successful compilation, you should be able to find the file `STM32L433_BlinkLED.elf` in the folder `Debug`. Encode it to base 64 and insert it into the Flocklab XML configuration file. You can use the [`embed_image.sh` script](https://gitlab.ethz.ch/tec/public/flocklab/flocklab/blob/python3/tools/scripts/embed_image.sh) for this:
|
|
|
```
|
|
|
./embed_image.sh Debug/STM32L433_BlinkLED.elf
|
... | ... | |