I successfully installed a SX1276 with a nRF5340 and transmitted some lorawan packets to Helium Network.
After I concluded I could do the same using the nRF52840. So I installed another one module solded on dongle's pin.
In order to start this project I created the blink to know if the things were working. The led1 blinked.
After I just adjusted the .overlay and organized the pins, at same way I done using the other project.
And I put some lorawan configs on .prj.
For my surprise, the led didn't blink.
In order to test, doesn't need connect anything because the problem is only the configs.
This is the original blink project, added innocuous commands:
The .prj modified
This is the Overlay's file created on example Blink Project
Generated .HEX file ok.
Then I upload the code to NRF52840 Dongle using the Programmer 3.0.8.
Resulted, the led1 doesn't blink.
But, if I comment the .prj as below:
The led1 start blinking.
Does anyone can explain why?
The dongle doesn't have SWD to connect, I can't see any RTT messages.
The same .prj works perfectly on NRF5340DK.
Thanks in advance.