I want to start with the following nRF52 ADC example.
While doing so, I found that the example is built on SDK v13 and SDK v13 doesn't have Seggar Embedded Studio support.
I'm a Seggar Embedded studio user and I want to get it working with the same. How can I proceed?
I tried the following - Open up ble_app_uart from sdk v14 and try top integrate the following example but a lot of files and implementations have changed which didn't allow me to build the solution.
1) Is there a way where I can build my ses project for a given application with SDK V13?
2) Do I have to open up the ses project file supplied with SDK v14 and try to modify until the build is successful?