This project is turning out to be more complicated than I expected, so I'm going to break it up and post Blogs as I proceed.
Unboxing:
The STM32WL55 comes in a nice package with some startup instructions for the preprogrammed demonstration code.
How to start with STM32 Wireless Long Range demo
https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_start_with_STM32_Wireless_Long_Range_demo
Once I figured out that the demo software was working, I determined that I will use Mbed Studio for programming the STM32WL55 board.
There are several toolchain options to choose from.
- IAR Embedded Workbench
- Keil - MDK-ARM
- Keil Cloud Studio
- STMCubeIDE
- Mbed Studio
The first simple test was to load the Mbed blinky example program, compile it, load and run it, then try and modify it and run again.
Here's a short video of the original Blinky program running.
This is the original Blinky code
This is the modified Blinky code
Here's a video of the modified Blinky example code running
For the next part of this project I will try and turn the radio module on.......stay tuned to this channel....