when i upload the hex file of a s132 softdevice example program through nRFgo studio,
its shows hex file uploading failed and shows this message "Invalid SoftDevice, data found in region above the value indicated by CLENR0"
when i upload the hex file of a s132 softdevice example program through nRFgo studio,
its shows hex file uploading failed and shows this message "Invalid SoftDevice, data found in region above the value indicated by CLENR0"
Hi Sumit,
You are most likely trying to flash an Application with Softdevice already included in the .hex file.
Try to "erase all" then program the device only using the "Program Application" tab.
If that is not the case, please include more information, like what exact files you are trying to flash.
I am trying to flash the hex file "ble_app_blinky_c_pca10040_s132.hex" through nRFgo Studio but everytime it shows uploading falied and displays this message ""Invalid SoftDevice, data found in region above the value indicated by CLENR0"
Hi Sumit,
Please state your step by step process.
1. press "Erase all"
2. (Program Application tab) Browse to --> [ nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_blinky_c\hex]
3. press "program"
You could also try to flash your device with nrfjprog
Okay,
Thank you