Hello,
Basically I'm using NCS SDK (1.7.0 - see Generated Info in the end) and Zephyr.
The board I'm adventuring on is the nRF52840 DK.
In the project, I have 1 main function (actual main(), not a custom RTOS thread) running BLE advertising.
Also, I have 4 other threads, 3 for running blinky sample and another thread for running a UARTE sample using interrupt driven configuration.
Everything works fine until here, the Zephyr system boots up and logs everything, from BLE adv to UARTE debug communication.
The problem started when I added the LoRa sample thread.
P.S.: I don't have the LoRa module connected yet.
The project with the LoRa send sample thread compiles just right.
However, after flashing, the NRF Terminal shows the following LOG, and it doesn't print anything else (not even the RTOS entry log):
There is no other logs other than that. The board simply prints this and kind of stops running. If resetted, prints that log again and stops.
If I exclude this thread from the build the system boots up just right as before.
What am I missing?
Below the prj.conf with all the configs used:
Below is my .overlay file:
Infos by the Generated Support Information: