How do I properly load I-CUBE-LRWAN into STM32CubeIDE? I have tried importing filesystem projects from various levels of the I-CUBE-LRWAN hierarchy but I'm not convinced I'm getting it right.
Say I want the Projects/B-L072Z-LRWAN1/Applications/LoRaWAN/LoRaWAN_AT_Slave project loaded up.
What exactly am I supposed to do in the IDE?
I've loaded that project up, but can only build the debug configuration - it doesn't seem right.
I did change the code to use AS923 and also added an extra message to the startup and those changes seem to be present on my board but I can't believe I have the project imported properly.
I'm also wondering how I use the LoRaWAN code for my own project. Am I supposed to import either the AT or End_Node project and start adding my code to them?