2024-09-07 10:02 PM
Hello,
I am configuring Nucleo-L073RZ with I-NUCLEO-LRWAN-1 expansion board in STM-Cube-IDE as the End-Node with the AT-Master Example in the en-cube-lrwan library provided by ST.
(en.i-cube_lrwan->STM32CubeExpansion_LRWAN_V2.1.0->Projects->NUCLEO-L073RZ->Applications->LoRaWAN->LoRaWAN_AT_Master->STM32CubeIDE->I_NUCLEO_LRWAN1)
Problem
When I Debug the code into the board it is halted at the HAL_INIT() function.
Solutions I tried
1. There are no breakpoints on it and just below it there a function call for clock configuration and I have also checked it.
2. Performed full chip erase after performing booting.
3. Checked on debugger configuration as well. (Reset Behaviour-> Connect under Reset)
I am attaching the log file also.
2024-09-10 01:34 AM
Can You try to restart your PC and perform the same test using another board.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-09-11 07:20 AM
Hello,
Now my code is not Halted I have connected the Boot0 Pin with the Vdd of the Nucleo board and then connected the usb to debug the code and then it works fine and the LD1 of I-Nucleo-Lrwan1 is blinking for the first time and I think that means data is being transmitted but when I connected Tera Term with given config setting I could not see any data on it.
2024-09-11 07:44 AM
Follow those settings:
Go to Setup -> Terminal and Set the “Receive” and “Transmit” New-line to “CR+LF”. Then, go to Setup -> Serial Port and set the “Speed” to “115200”. After that restart your board. If it still have a problem please share a screenshot of what you see.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-09-11 08:18 AM
2024-09-14 04:00 AM
2024-09-14 07:45 AM
It may be a problem on the board or on the Shield that you are trying to use. Could you try another.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.