This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Flash download error

Hello

I get this error when I try to program the module:

Parsing hex file(s). ERROR: Cannot find C:\Nordic Semiconductor\nRF51 SDK_v6.0.0.43681\Nordic\nrf51822\Board\nrf6310\s110\ble_app_hrs\gcc_build/ble_hrs_s110_xxaa.hex file specified with the "--program" option.

The hex files does exit in that path What could be the root cause?

Thanks

Parents
  • This is the complete command: --reset --program "${workspace_loc:/ble_app_hrs/gcc/_build}/ble_hrs_s110_xxaa.hex"

    Change slash to backslash:

    --reset --program "${workspace_loc:/ble_app_hrs/gcc/_build}\ble_hrs_s110_xxaa.hex"
    
  • I tried what you told me but it did not fix it

    Parsing hex file(s). ERROR: Cannot find C:\Nordic Semiconductor\nRF51 SDK_v6.0.0.43681\Nordic\nrf51822\Board\nrf6310\s110\ble_app_hrs\gcc_build/ble_hrs_s110_xxaa.hex file specified with the "--program" option.

Reply
  • I tried what you told me but it did not fix it

    Parsing hex file(s). ERROR: Cannot find C:\Nordic Semiconductor\nRF51 SDK_v6.0.0.43681\Nordic\nrf51822\Board\nrf6310\s110\ble_app_hrs\gcc_build/ble_hrs_s110_xxaa.hex file specified with the "--program" option.

Children
No Data
Related