Hello, recently i have my computer changed to a new one with Windows 10. So yesterday i have performed an fresh new install of NCS and Segger with [Getting Started Assistant 1.0.5]
I follow each step scrupulously and select the latest commit on NCS git.
So i have Segger 4.30c(32bit) nordic edition and latest NCS but i was unable to run/debug ncs asset_tracking application.
First trouble, after importing (File->Open nrf connec project ) the debug cannot start after compiling phase. The error was that in 'Projet zephyr/merged.hex option' 'Debug Symbols File[]' 1 2 and 3 refers to '.hex' file so i have changed this to same file but in elf format (hex file cannot contain symbol information).
This step allow me to compile and download code on the board when i start debug (key F5) (merged.hex is downloaded and segger run until z_cstart function'then halt due to breakpoint), the problem is now that the main function located in 'Project app/libapp.a/c_compiler_app/main.c' seem to be not called (if i put a breakpoint in it there's no halt whe i run programm.
Second trouble, i have try to import ncs/samples/nrf9160/serial_lte_modem and it's worth, try to start debug crash segger.
Please, anyone have an idea why the main function of the application is not called ?