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

What do the MDK Installers Change?

Can someone please explain what the MDK installers that come with the SDK change or add?

Thanks

Parents Reply Children
  • Jorgen,

    Thanks for the information but I'm hoping you can provide some additional detail. Is there a way to determine which pack has been installed and which files have been added/modified?

    Also, the IAR MDK 8.9.0 release notes, which was released yesterday, says "Added workaround for Errata 108 into system_nrf52.c." doesn't the system_nrf52.c come with the SDK?

    Thanks

  • If you refer to the MDK installer packs in the SDK directory, you can see which MDK packs you have installed in "Programs and Features" in Windows Control Panel. If you refer to the Keil packs, you can see this in the Package Manager in Keil. If you want to see which files are added/edited by the MDK installer files you can run the installer from the commandline using the command: msiexec /i "MDK.msi" /L*V "example.log". This will create a detailed logfile describing every change that has been performed.

    The system_nrf52.c file does not come with the SDK, but is installed as part of the MDK. For Keil µVision 5 the file can be found in [KEIL_INSTALL_DIR]\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\[VERSION]\Device\Source

Related