Hello all,
I have made a simple app that runs in loop on the nRF52DK, in general it reads data from the sensor via twi and turns on the leds ...
When the program is run within the Segger studio the data is observed, for example, data is read by the printf() and displayed on the debugger windows, all good, however, if this debugging is stopped, the nRF52DK is then run individually without the Segger studi... it stops after 10 or so seconds, it freezes. Until, the reset on the nrf is pressed, then it boots up and starts running again from beginning, it works, but for only another 10 sec or so...
What am I missing? I am sure there is a setup to avoid this, or am I doing something wrong?
Looking forward to any comments, suggestions, solutions you may have.
Best.