Actually i was working on 3 boards, nRF51422,nRF51822 & nRF52840. While executing some examples on each board i realised that each board has its specific pca hex file to be flashed/programmed in nRF Studio software(by Nordiac), like for example in nRF51822 the hex file needed are of PCA20006,for nRF51422 it's PCA10028 & for nRF51840 it's PCA10056.
Now their was an example code (C:\Users\kunal\Bluetooth lab\nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\experimental_ble_app_blinky\hex\experimental_ble_app_blinky_s130_pca10028.hex) this example as you can see is PCA10028,which is working perfectly for nRF51422 DK, but i want to run the same example on nRF51822 for which i need hex file with no. of PCA20006, which i couldn't find in major vesions of SDK'S available. So i tried to run the hex of PCA10028 on nRF51822 despite knowing it isn't compatible, and it isn't working as expected. Can anyone help me with the hex file of this code with PCA20006 hex please.