cancel
Showing results for 
Search instead for 
Did you mean: 

i can’t debug B-L072Z-LRWAN examples with SW4STM32

Selim Sagir
Associate III

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.

4 REPLIES 4

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Selim Sagir
Associate III

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.

Sounds like you have not successfully built the app you want to run. Check for errors in the build process

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Selim Sagir
Associate III

Thanks for help, i have solved the problem.