We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear Sirs,
At first, I install the MDK534 in my WIN10. For other issue, I install MDK531 in my WIN10,too.
They are installed in different folders and the default IDE is changed to MDK531 version.
How could I change it back to MKD534.
Thank you in advance,
Eddie
If you need to install multiple versions of MDK, please install them into different folders, such as C:\Keil_v534\ and C:\Keil_v531\
Thank you. Yes, I installed them in different folders. I install MDK534 at first and then MDK531. The default MDK is updated to MDK531. How to change it to MKD534?
Assuming windows, when I need to select a particular version of MDK, then I use a simple command (in a batch file):
start C:\Keil_v5xx_MDK\UV4\UV4.exe MyProject.uvprojx
This would be executed in the project's current directory.
"Keil_v5xx_MDK" represents the install folder and 5xx could be 531 for instance.