Hello,
I am currently using the nRF9160 DK from Nordic.
I am working on connection with the AWS IoT sample code for Zephyr on VS Code.
The problem is that I cannot use the debug function which works onother projects that I compile.
I checked the build and the debug option is activated. But when I try to use it I get "Run to 'main' timed out. Trying to pause program" and nly the Restart and Pause options ara available.
Tried creating a new application with the sample code but got the same result.
Is there a way to fix this?
Or what could have caused this only on this sample code?