cancel
Showing results for 
Search instead for 
Did you mean: 

L073RZ LoRaWAN end node not responding

Kavin1
Associate

Kavin1_0-1748496061257.png

why am I getting this ? and how to resolve this 

5 REPLIES 5
Andrew Neil
Super User

You need to provide more detail & context - Please see How to write your question to maximize your chances to find a solution.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
Kavin1
Associate

So, I have the  P-NUCLEO-LRWAN2. I'm trying to configure the end node first (NUCLEO-L073RZ) using STM32 Cube IDE. I'm trying to flash the lorawanendnode folder from the  i-cube-lrwan package into the end node. Debug is successful. While running the project I'm getting the error as in the picture. Also,I'm not getting response to AT commands in teraterm. 

Kavin1_0-1748511006087.png

 

Thank you - that's better. I've edited the title to clarify.

 


@Kavin1 wrote:

Debug is successful. While running the project I'm getting the error as in the picture.


What do you mean by "Debug is successful", then?

From that screenshot, it looks like the download works, but then you lose the connection - so never get into Debug at all?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
Kavin1
Associate

By debug is successful, I meant that the download was verified. I have tried with a different PC and also tried running it for several times. It still shows that the target is not responding. Can you please help me to solve this issue?


@Kavin1 wrote:

By debug is successful, I meant that the download was verified.


That's just the download - you have not started to debug at that point!

"Target not responding" could mean that it is in a low-power mode - so have you enabled 'Debug in low power modes'?

AndrewNeil_0-1748515633005.png

Also enable 'Connect under reset'

 

It could also be that the code disables the SWD pins when it goes to sleep - is there a #define (or similar) setting in the code to control this?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.