Hello,
I am using ublox B201 for my project which is based on nRF52832 SoC & with use of SDK 12.2.0.
So i need to know which IDE supports nRF5 SDK 12.2.0 ?
As segger embedded studio supports v14.0 and latest.
Hello,
I am using ublox B201 for my project which is based on nRF52832 SoC & with use of SDK 12.2.0.
So i need to know which IDE supports nRF5 SDK 12.2.0 ?
As segger embedded studio supports v14.0 and latest.
Hi,
Keil µVision is the IDE which is best supported in SDK 12.2, so that is what I recommend (unless you have a compelling reason not to use it).
Thanks Einar,
Compiling reasons means ?
By "compelling reason" I primarily mean if Keil is too expensive for you (provided the application size exceeds the 32 kB limit) or if you have a strong desire to use other supported toolchains, such as GCC or IAR.
I have installed Keil & installed MDK provided with SDK for keil,
Now if i am compiling examples given in that SDK it shows me compilation errors of various find not found.
How to solve those errors?
Hi,
The SDK examples should compile correctly out of the box if you have the toolchain correctly installed. Perhaps you are missing the nRF Device family pack? This is just a guess, though. You must provide the error messages if you want more specific advice, as I cannot know what errors you are seeing.