I have been using softdevice S130 version 2.0.0-7.alpha with SDK 11 in Keil using the pack installer. How do I change my project to work with the updated version that doesn't use the pack installer?
I have been using softdevice S130 version 2.0.0-7.alpha with SDK 11 in Keil using the pack installer. How do I change my project to work with the updated version that doesn't use the pack installer?
Unfortunately there is no easy way to do this (that I know of).
I would start out with the same project as you started your pack project with. Then import the files that you have made for your project and the files that are needed for the drivers or libraries you use. See this and this answer about adding c and h files to your keil project.
Unfortunately there is no easy way to do this (that I know of).
I would start out with the same project as you started your pack project with. Then import the files that you have made for your project and the files that are needed for the drivers or libraries you use. See this and this answer about adding c and h files to your keil project.