In My Project, if I flash using the build and debug the code runs on the device but when i create the code to hex file and flashes its not running
In My Project, if I flash using the build and debug the code runs on the device but when i create the code to hex file and flashes its not running
Hi,
You do not write which IDE you use to build and debug, nor how you program the .hex file or what application you are using. If you are making a BLE application (or another application that relies on the SoftDevice), then this must also be programmed. If you program and/or debug from Segger Embedded Studio using an SDK example project, this will be programmed for you automatically. Is that the case? On the other hand, if you program the .hex file manually after doing a chip erase, you must also program the SoftDEvice .hex file.
Hi Einar, Thanks for the response,
yes I am using the SES- Segger Embedded Studio,
I have generated the .hex file and erased the chip first using J link and flashed the hex file
I have created my own project, not from example project Can you please explain to me how do I need to program the SoftDEvice.hex
Hi Einar, Thanks for the response,
yes I am using the SES- Segger Embedded Studio,
I have generated the .hex file and erased the chip first using J link and flashed the hex file
I have created my own project, not from example project Can you please explain to me how do I need to program the SoftDEvice.hex
Hi,
I have some more questions and comments:
This suggestion about missing SoftDevice was a gut feeling based on what you wrote in the initial post. But if this looks like a dead-end, then please specify more about your application (SDK version, example project, flash location, using SoftDevice or not, what debugging you have done, etc.)