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
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.