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