Need to switch to VS studio code from keil, don't want to switch to zephyr RTOS Any way to work with old SDK's with VS studio. It throws cmake error each time i try to build

I have been developing my code on NRF52840 based on nrfsdk v1.7. Since keil free version has a limit of 32kb i am moving my code to VS code. VS by default adds 2.0 latest sdk. But i dont want to use Zephyr rtos. When i try to manually set the sdk to 1.7 the softwares throws error for cmake files. I tried making cmake files and editing json files to work with 1.7. Is there a instruction set for this particular problem?

Related