Greetings,
I was wondering why Amazon FreeRTOS demo wont work on nRF52840 DK. After following all the steps even building a bootloader on my board, my demo is running but cannot find a network to connect.
I get this in my debug terminal.
The RAM must start at 200046f8, it's size must be 3b908
0 0 [iot_thread] [INFO ][COMMON][0] Common libraries successfully initialized.
1 2 [iot_thread] [INFO ][DEMO][20] No networks connected. Waiting for a network connection
Did anyone came across a problem like this or is there a step I missed. Furthermore, I also uncommented "#define democonfigBLE_MQTT_ECHO_DEMO_ENABLED" in iot_demo_runner.h file and got all of the certificates hard coded in my project and also created a thing and a policy.
Best regards