Hi, I want to migrate my nRF52840 project from Segger studio to Visual Studio Code.
I watched this video ( https://www.youtube.com/watch?v=ptJBEAOIm5w&list=PLx_tBuQ_KSqEt7NK-H7Lu78lT2OijwIMl&index=6)
but it doesn't mention how to convert an nRF5 SDK application into an nRF Connect SDK application.
My project doesn't contain any of the following files.
it has SEGGER files like .emSession and emProject that live in a folder lpca10056.
When I try to import the project into visual studio code, a warning rises, saying
" The directory "c:\Nordic\nRF5_SDK_15.3.0_59ac345\examples\peripheral\blinky" does not seem to contain application source".
Thank you