SDK Version: nrf51_iot_sdk_0.8.0_f1f6187 In SDK all examples are given for PCA10028. Is it possible to run on PCA10001?
What I have done so far with PCA10001: 1.Programmed s1xx-iot-prototype2_softdevice 2.In sdk/examples/iot/udp/ipv6/client example Changed device into nRF51822_xxAA and preprocessor symbol into BOARD_PCA10001 in project properties. 3.Compiled and programmed the application. But PCA10001 doesn’t advertise.
IRAM/IROM settings used: IRAM : start:0x18000 size:0x28000 IROM :start:0x20002000 size:0x6000 (I doubt settings here as it is PCA10001)
I also tried reducing IROM size to 0x2000. But compilation failed in that case.