2020-08-16 10:53 AM
2020-08-16 12:04 PM
Have you tried importing a SW4STM32 project into CubeIDE? Either by double-clicking on the .project file or by choosing file > Import > ac6 ...
2020-08-17 04:40 AM
Yes i tried it, but i can#t get the project running. its really frustrating, because i want to start with a simple project.
2020-08-17 08:25 AM
Where exactly is the problem? STM32CubeExpansion_LRWAN_V1.3.1\Projects\STM32L073RZ-Nucleo\Applications\LoRa\AT_Master\SW4STM32\I_NUCLEO_LRWAN1 is imported, compiles and links okay. I don't have your hardware and cannot test, sorry.
2020-08-17 08:31 AM
ST has a free Keil license for CM0(+) parts, you might want to use that first and get familiar with the projects so you can port to your platform of choice.
The Semtech libraries aren't really Cube orientated, they have a different paradigm, so probably best to use the code as provided until you understand it well enough to move it, or integrate other things into it.