This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Keil support related

 Hello,

I have worked on a number of projects using 51822.

Somebody says that Keil only supports Nordic by 2020.

I want to check if this is correct.

If this is correct, I'm looking for some help to figure out how to best convert my existing projects.

thanks.

Parents Reply Children
  • Hi Andrew

    What makes Zephyr more challenging is that it's all based on various command line tools, such as gcc, cmake, Kconfig etc, and Keil doesn't integrate very well with these tools. 

    You could technically use Keil as an IDE, and run building, config, flashing and more from the command line, but in this case there are plenty of other IDE's that are better suited. 

    If someone wants to use NCS/Zephyr without using SES the most popular option seems to be Visual Studio Code. 

    Best regards
    Torbjørn

Related