Hi , I tried downloading the nrf51822 softdevice and application to yunjia board which is similar in architecture to PC1001 as shown in the following links:
github.com/.../Board:-yunjia-nrf51822
github.com/.../Board:-PCA1000x-(nRF51822-Development-Kit)
I used following commands to download the softdevice and application as mentioned in the link devzone.nordicsemi.com/.../ :
device nrf51
speed 1000
w4 4001e504 2
w4 4001e50c 1
sleep 100
r
loadbin $SOFTDEVICE 0x0
loadbin $APPLICATION 0x18000
sleep 100
r
g
exit
I was successfully able to download the code to the specified memory using Softdevice v8 and the blinky application of SDK V6.
since the external LED is not present at pins P0.18 and P0.19 in the Yunjia module unlike the PC100X Evaluation Kit, I tried to connect the pin P0.18 and P0.19 to an external led circuit set up, but the leds didn't blink. I am not able to guess the error as softdevice and application are successfully installed to the module. Thank you in advance.