Hi there.
I have setup the example for nrf52840 and iOS. I am able to find the device in the iOS app and connect to it, but in the SEGGER debug terminal I am receiving some errors and warnings.
0 0 [iot_thread] [INFO ][DEMO][0] ---------STARTING DEMO---------
The RAM must start at 200044b0, it's size must be 3bb50
1 0 [iot_thread] [INFO ][INIT][0] SDK successfully initialized.
2 27 [iot_thread] [INFO ][DEMO][270] No networks connected for the demo. Waiting for a network connection.
3 123 [BLE] [INFO ][DEMO][1230] BLE Connected to remote device, connId = 0
4 123 [iot_thread] [INFO ][DEMO][1230] Successfully initialized the demo. Network type for the demo: 2
5 123 [iot_thread] [INFO ][MQTT][1230] MQTT library successfully initialized.
6 123 [iot_thread] [INFO ][DEMO][1230] MQTT demo client identifier is nrf52840 (length 8).
7 129 [BLE] [INFO ][BLE_TXRX][1290] MTU changed, changing transmit length for data transfer service from 244 to 182
8 174 [BLE] [ERROR][BLE_HAL][1740] UNKNOWN BLE EVENT 34.
9 177 [BLE] [ERROR][BLE_HAL][1770] UNKNOWN BLE EVENT 35.
10 737 [BLE] [INFO ][DEMO][7370] BLE disconnected with remote device, connId = 0
11 737 [BLE] [INFO ][DEMO][7370] Disconnected from BLE device. Stopping the counter update
12 872 [BLE] [INFO ][DEMO][8720] BLE Connected to remote device, connId = 0
13 877 [BLE] [INFO ][BLE_TXRX][8770] MTU changed, changing transmit length for data transfer service from 244 to 182
14 922 [BLE] [ERROR][BLE_HAL][9220] UNKNOWN BLE EVENT 34.
15 925 [BLE] [ERROR][BLE_HAL][9250] UNKNOWN BLE EVENT 35.
Anybody who can point me in the right direction?
Cheers.