element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Embedded Forum ARM Keil MDK is free (sort-of)
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 35 replies
  • Subscribers 464 subscribers
  • Views 14873 views
  • Users 0 members are here
  • mdkarm
  • keil
  • mdk
Related

ARM Keil MDK is free (sort-of)

shabaz
shabaz over 3 years ago

For ages, the Keil development environment/compiler which they call MDK (Microcontroller Development Kit) has been a chargeable product, extremely unaffordable for home use : (

It's really annoying when microcontroller manufacturers only supply sample code using Keil. It's not always easy to port the project files to Eclipse, often it's hard and a lot of work!

For curiosity I re-logged onto the Keil website today, and noticed there is now a Community Edition! The announcement was in March it seems.

There doesn't seem to be a code limit, which is great. 

I just now tried to build some sample code from Dialog Semiconductor (they have cheap BLE chips but 95% of the more useful example projects are with Keil, not Eclipse, hence the interest) and it worked and I was able to download to the target eval board, which has an integrated J-Link, so that works too. I'm still learning how to use Keil, it's new to me.

image

Keil has a pack system which is quite neat.. I've only installed the Dialog specific pack so far:

image

Anyway, I just thought I'd mentioned that the community edition was available, in case anyone else is interested in trying it too.

  • Sign in to reply
  • Cancel

Top Replies

  • scottiebabe
    scottiebabe over 3 years ago +2
    This is great news! That is one of my biggest complaints about the Pico, trying to setup the c development environment is way too complicated for a causal complier user.... I like one button installs,…
  • WestfW
    WestfW over 3 years ago in reply to scottiebabe +2
    > When you use the ardunio framework somewhere there is a trigger to have the rp2040 reset into bootloader mode (I'm not sure how its done) Arduino uses a hack where setting the usb/serial bitrate to…
  • Fred27
    Fred27 over 3 years ago +2
    I've only ever used Keil when exploring the Cortex M0 and M3 soft processors on Xilinx FPGAs. Keil was the only IDE supported and was way to expensive to consider beyond experimenting using the free trial…
Parents
  • michaelkellett
    michaelkellett over 3 years ago

    I'm a very long term user of the Keil tools for ARM (17years+) and I still think its the best integrated and least hassle IDE.

    The Pro version is pricey but it looks to me as if you get a lot of the important stuff in the community version.

    MK

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 3 years ago in reply to michaelkellett

    Hi Michael,

    I spent some time trying it out today, and it's refreshing that the Help pages are actually helpful : ) I managed to run a few example projects and created a project from scratch (which had linking issues but I'm not too fussed, I know I can fix that by copying over the settings from one of the working projects) and got the on-board J-link working and the virtual serial port.

    It is easier to use than the many Eclipse variants that are different for each microcontroller manufacturer.  The packs method is well-executed.

    I spent way too long setting up the syntax highlighting colours : ) It has to be "just right" : )

    image

    Visual Code is better with auto-completion (it places round and curly brackets automatically for instance) but other than that, I was happy using the code editor in MDK.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • shabaz
    shabaz over 3 years ago in reply to michaelkellett

    Hi Michael,

    I spent some time trying it out today, and it's refreshing that the Help pages are actually helpful : ) I managed to run a few example projects and created a project from scratch (which had linking issues but I'm not too fussed, I know I can fix that by copying over the settings from one of the working projects) and got the on-board J-link working and the virtual serial port.

    It is easier to use than the many Eclipse variants that are different for each microcontroller manufacturer.  The packs method is well-executed.

    I spent way too long setting up the syntax highlighting colours : ) It has to be "just right" : )

    image

    Visual Code is better with auto-completion (it places round and curly brackets automatically for instance) but other than that, I was happy using the code editor in MDK.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
  • Jan Cumps
    Jan Cumps over 3 years ago in reply to shabaz

    Looks like the Microsoft Visual C++ editor in the days. The layout, several identical icons.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube