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

What is the MDK? in context Eclipse, GCC, upgrading SDK

What is the MDK? I am using Eclipse and GCC on Linux with the GNU ARM plugin for Eclipse. I need to upgrade from SDK12.0 to get the workaround for errata 108.

The release notes for SDK 12.1 says "- Updating the MDK requires to manually copy the header and linker files into the SDK folder (ARM Keil uVision 4, IAR Workbench, ARMGCC)." I am not quite sure how to interpret that. My best guess is that the GNU ARM plugin has been taking care of downloading device packs from an ARM site for me? AFAIK, I need to download the SDK, point my project paths to it and/or copy files such as system_nrf52.c FROM the SDK into my project. The statement from the release notes seems to imply that I need to copy some files INTO the SDK folder from some external site?

Parents Reply Children
Related