This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF9160 SDK 1.0.0 MQTT_SIMPLE demo problem!

Hello guys.

I just donwload new version of SDK 1.0.0 for NRF9160 and try run mqtt_simple demo. I didnt change nothing there and there is problem. 

I have the follow log:

SRAM region             Domain          Permissions
00 0x00000 0x02000      Secure          rwxl
01 0x02000 0x04000      Secure          rwxl
02 0x04000 0x06000      Secure          rwxl
03 0x06000 0x08000      Secure          rwxl
04 0x08000 0x0a000      Secure          rwxl
05 0x0a000 0x0c000      Secure          rwxl
06 0x0c000 0x0e000      Secure          rwxl
07 0x0e000 0x10000      Secure          rwxl
08 0x10000 0x12000      Non-Secure      rwxl
09 0x12000 0x14000      Non-Secure      rwxl
10 0x14000 0x16000      Non-Secure      rwxl
11 0x16000 0x18000      Non-Secure      rwxl
12 0x18000 0x1a000      Non-Secure      rwxl
13 0x1a000 0x1c000      Non-Secure      rwxl
14 0x1c000 0x1e000      Non-Secure      rwxl
15 0x1e000 0x20000      Non-Secure      rwxl
16 0x20000 0x22000      Non-Secure      rwxl
17 0x22000 0x24000      Non-Secure      rwxl
18 0x24000 0x26000      Non-Secure      rwxl
19 0x26000 0x28000      Non-Secure      rwxl
20 0x28000 0x2a000      Non-Secure      rwxl
21 0x2a000 0x2c000      Non-Secure      rwxl
22 0x2c000 0x2e000      Non-Secure      rwxl
23 0x2e000 0x30000      Non-Secure      rwxl
24 0x30000 0x32000      Non-Secure      rwxl
25 0x32000 0x34000      Non-Secure      rwxl
26 0x34000 0x36000      Non-Secure      rwxl
27 0x36000 0x38000      Non-Secure      rwxl
28 0x38000 0x3a000      Non-Secure      rwxl
29 0x3a000 0x3c000      Non-Secure      rwxl
30 0x3c000 0x3e000      Non-Secure      rwxl
31 0x3e000 0x40000      Non-Secure      rwxl

Peripheral              Domain          Status
00 NRF_P0               Non-Secure      OK
01 NRF_CLOCK            Non-Secure      OK
02 NRF_RTC1             Non-Secure      OK
03 NRF_NVMC             Non-Secure      OK
04 NRF_UARTE1           Non-Secure      OK
05 NRF_UARTE2           Secure          SKIP
06 NRF_TWIM2            Non-Secure      OK
07 NRF_SPIM3            Non-Secure      OK
08 NRF_TIMER0           Non-Secure      OK
09 NRF_TIMER1           Non-Secure      OK
10 NRF_TIMER2           Non-Secure      OK
11 NRF_SAADC            Non-Secure      OK
12 NRF_PWM0             Non-Secure      OK
13 NRF_PWM1             Non-Secure      OK
14 NRF_PWM2             Non-Secure      OK
15 NRF_PWM3             Non-Secure      OK
16 NRF_WDT              Secure          SKIP
17 NRF_IPC              Non-Secure      OK
18 NRF_VMC              Non-Secure      OK
19 NRF_FPU              Non-Secure      OK
20 NRF_EGU1             Non-Secure      OK
21 NRF_EGU2             Non-Secure      OK
22 NRF_GPIOTE1          Non-Secure      OK
23 NRF_REGULATORS       Secure          SKIP

SPM: NS image at 0xc000
SPM: NS MSP at 0x20025b70
SPM: NS reset vector at 0xe009
SPM: prepare to jump to Non-Secure image.
***** Booting Zephyr OS build v1.14.99-ncs3-snapshot2-1279-g1c3a001f62e6 *****
The MQTT simple sample started
LTE Link Connecting ...
LTE Link Connected!
ERROR: getaddrinfo failed 22
ERROR: mqtt_connect -47

How I can fix it ?

Parents Reply Children
Related