I just downloaded the IoT SDK, found that they are KEIL MDK4 projects. When will the MDK5 softpack be available?
The nRF51 device support for MDK5 is already available as a software pack. KEIL uVision version 5.12 or later does not support .uvproj projects anymore, but uses .uvprojx projects instead. If you want to continue working with .uvproj formats, you must install MDK Version 5 Legacy Support.
The IoT SDK project files will be released as Keil MDK 5 projects (.uvprojx) in the next offical release (march/april). Until then, you must use Legacy Support in Keil 5.12
I am in the same situation and despite the same error I got the firmware compiled and flashed: Program Size: Code=20580 RO-data=432 RW-data=228 ZI-data=8524
FromELF: creating hex file...
"._build\nrf51422_xxac_s1xx_iot.axf" - 0 Error(s), 0 Warning(s).
I observe now a blinking led and I can see now an nCOAP_client advertising with 1820 but no characteristics inside. Not sure if it's working though, will have to setup a raspberry pi and do the IPV6 test. Will let you know asap.
I am in the same situation and despite the same error I got the firmware compiled and flashed: Program Size: Code=20580 RO-data=432 RW-data=228 ZI-data=8524
FromELF: creating hex file...
"._build\nrf51422_xxac_s1xx_iot.axf" - 0 Error(s), 0 Warning(s).
I observe now a blinking led and I can see now an nCOAP_client advertising with 1820 but no characteristics inside. Not sure if it's working though, will have to setup a raspberry pi and do the IPV6 test. Will let you know asap.