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.
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.
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.
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?
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?
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.