When I do a 'build and run' in Segger Embedded Studio I get this error
<debug> app: Main start GHS <info> app_timer: RTC: initialized. <error> app: Fatal error! id: 16385 code line: 0 info: 537132876
Then I press the reset button and everything works.
If I do 'build and run' again the error repeats. It does not happen if I use the 'build and debug' option.
I am using SoftDevice s140 7.2.0 and the nFR52840 DK.
This is a relatively new error. I must have done something to mess up the configuration. I tried erasing the entire board and using nRFConnect to reload SoftDevice and the built HEX file, but when I build this error keeps repeating.
I can tell that the build and download of the app will generate this error simply by looking at the popup which shows the progress; it pops up and shows the first row filling and then flashes quickly (to quick for me to follow) and vanishes. When it works the popup remains up and shows a sequence of progress bars filling. The 'good' behavior lasts several seconds. The 'bad' behavior lasts less than a second.
I cannot find out what the above error code means because in debug mode it does not happen.
What am I missing?