Hello,
Is there someone to confirm than Keil MDK-Cortex-M edition is OK to develop app on nRF51 and nRF52 Nordic chips or do I use MDK-Standard?
Hello,
Is there someone to confirm than Keil MDK-Cortex-M edition is OK to develop app on nRF51 and nRF52 Nordic chips or do I use MDK-Standard?
As far as I can see the MDK-Cortex-M edition should be sufficient. However if you can get by with only 32k for your application you can use MDK-Lite (The softdevice is not counted as part of the 32k)
@run_ar Thank you for your answer. Unfortunately for me, my application is about 40kb.
You can you Eclipse & GCC which are fully free and no limit on code size. Find out how from this blog.
ok, the MDK-Cortex-M edition is required then, or as Nguye suggest you can use Eclipse & GCC.