STM32WL End Node Example Project
Hi everyone,
I'm new to working with STM32, and I've been using a custom board designed with the STM32C0 MCU to work with various peripherals. Now, I'm looking to create custom LoRaWAN sensor nodes that can measure data from sensors using ADC and transmit the values via LoRaWAN to a gateway. However, I'm finding the LoRaWAN stack quite complex compared to my previous experience. Previously, I was mainly editing the code generated by CubeMX in the `main.c` file and occasionally in `app_main.c` for added modularity.
Now that I'm transitioning to the STM32WL series, I'm feeling a bit overwhelmed. While I'm following the "Getting Started" series from ST, it doesn't cover how to use the peripherals or where to edit the code in detail. Does anyone have advice on how to approach this or where I can find resources to help?
Thanks in advance!

