i am using keil version 5 and i want to make a new project and want to add softdevice in target... i don't know how to add softdevice there?
i am using keil version 5 and i want to make a new project and want to add softdevice in target... i don't know how to add softdevice there?
Hi,
Why do you want to do that? Keil has the interesting behavior that if you create a target for programming the SoftDevice it will delete the SoftDevice .hex whenever you clean the project (Project -> Clean targets), so it can be quite annoying.
I you still want to do it, then you can look at any of the SDK example projects that use a SoftDevice and copy the configuration from there. Essentially you have to to this:
Hi,
Why do you want to do that? Keil has the interesting behavior that if you create a target for programming the SoftDevice it will delete the SoftDevice .hex whenever you clean the project (Project -> Clean targets), so it can be quite annoying.
I you still want to do it, then you can look at any of the SDK example projects that use a SoftDevice and copy the configuration from there. Essentially you have to to this: