This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Query Regarding the Hex file

Dear sir,

If I dump the hex file of this path "nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_uart\hex" then the code is working fine. But if I dump the hex file of this path "nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_uart\pca10040\s132\ses\Output\Release\Exe" then the chip is not working at all.not even advertising. I have not modified the code just simply compiled it using SES .IDE  I have dumped the right softdevice also.. I am using Nrf52832.chip.

Regards,

Manoj Hiwarkar

  • Hi,

    "nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_uart\pca10040\s132\ses\Output\Release\Exe" then the chip is not

    This hex file only contains the application, the SoftDevice is not included in this hex file.

    If you already have the SoftDevice flashed, you can use this command to flash the application:

    nrfjprog -f nrf52 --program your_application.hex --sectorerase --reset
Related