Simple application with LORA enabled don't reach main function #52607
-
Hi, here I have a custom made board that has a
The only method to access to the board is using JTag with SWD protocol, I'm using a J-Link device. The thing is that when I debug the firmware, the control never get on I'm using this command to build
The
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Find the solution, the problem was, that the builder of the custom board not connected the LORA modules SPI pins to the default ones, looked on schematic and changed the pinctrl in overlay to this:
and then used this on
And now is executed the |
Beta Was this translation helpful? Give feedback.
Find the solution, the problem was, that the builder of the custom board not connected the LORA modules SPI pins to the default ones, looked on schematic and changed the pinctrl in overlay to this:
and then used this on
spi0
config:And now…