2025-05-28 10:23 PM - last edited on 2025-05-29 2:39 AM by Andrew Neil
2025-05-29 2:01 AM
You need to provide more detail & context - Please see How to write your question to maximize your chances to find a solution.
2025-05-29 2:32 AM
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.
2025-05-29 2:37 AM - edited 2025-05-29 2:38 AM
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?
2025-05-29 3:38 AM
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?
2025-05-29 3:48 AM
@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'?
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?