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

Programming SoftDevice with Ulink-me

Good morning, I have designed a prototype based on nRF51822 device. Now, I want to program it with a demo software and I have the Ulink-me tool instead of Segger. From Keil, it is possible to program any application on the device by using the specified tool, but I do not know how to flash the Softevice, because nRFGo does not support this tool. Any suggestion? Best regards.

Parents
  • I followed this instructions and had hard times to make this work. I was getting an error that "Flash Download Failed" due to the .axf file could not be loaded. Of course this file doesn't exist and after some research I found out that we need to type into the output window the softdevice's name with the extention .hex

    Example: s110_nrf51822_7.1.0_softdevice.hex

    Hope it helps, Milan.

Reply
  • I followed this instructions and had hard times to make this work. I was getting an error that "Flash Download Failed" due to the .axf file could not be loaded. Of course this file doesn't exist and after some research I found out that we need to type into the output window the softdevice's name with the extention .hex

    Example: s110_nrf51822_7.1.0_softdevice.hex

    Hope it helps, Milan.

Children
No Data
Related