Skip to main content
Selim Sagir
Associate III
November 7, 2018
Question

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

  • November 7, 2018
  • 4 replies
  • 965 views

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.

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
November 7, 2018

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Selim Sagir
Associate III
November 7, 2018

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.

Tesla DeLorean
Guru
November 7, 2018

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Selim Sagir
Associate III
November 7, 2018

Thanks for help, i have solved the problem.