Hi everyone,
I am a beginner with Nordic SDK. I followed the "Getting Started Assistant" and then try to open asset_tracker project on step 4. During the opening I got this Error.
Can anyone tell me what is the problem?
Regards,
Linh Le
Hi everyone,
I am a beginner with Nordic SDK. I followed the "Getting Started Assistant" and then try to open asset_tracker project on step 4. During the opening I got this Error.
Can anyone tell me what is the problem?
Regards,
Linh Le
Hi.
You should select the non-secure version of the board, as bsdlib can only be used from a non-secure application and you need bsdlib to use the modem.
To select the non-secure version of the board, you must select the version with "ns" at the end of the name, i.e. nrf9160_pca10090ns.
Best regards,
Didrik
Hi.
You should select the non-secure version of the board, as bsdlib can only be used from a non-secure application and you need bsdlib to use the modem.
To select the non-secure version of the board, you must select the version with "ns" at the end of the name, i.e. nrf9160_pca10090ns.
Best regards,
Didrik
thank you,
This is the solution