2018-11-07 07:19 AM
Hello,
I have two B-L072Z-LRWAN1 development kits. I downloaded I-CUBE-LRWAN which is LoRaWAN software expansion for STM32Cube.Normally I practice with TrueStudio . However, sample file haven’t any example for this IDE. Then, i downloaded SW4STM32. Even so, i can’t debug examples. Can anybody help for this.
Thanks.
2018-11-07 07:30 AM
You know that Keil has a free license for using STM32 Cortex-M0 based devices, I'd probably suggest using that over OpenOCD based debug tools.
Make sure to turn OFF low power operation modes as these will turn off critical circuits you're using to connect to the core with the debugger.
2018-11-07 08:02 AM
Thanks for answer,
I read STM32 LoRa® software expansion for STM32Cube - User manual file and tried to apply End_Node application with descriptions in page 43. But now i have "the selection cannot be launched and there are no recent launches" warning.
2018-11-07 12:04 PM
Sounds like you have not successfully built the app you want to run. Check for errors in the build process
2018-11-07 12:06 PM
Thanks for help, i have solved the problem.