Hello
I got a project developed in Keil uVision with arm compiler 5. If I purchase "Keil MDK v6 Professional" that includes access to legacy tools will I be able to convert my old project to VS Code and compile it with the older arm compiler 5 to get the same binary code? Will it be supported out of the box or will I need to reconfigure it to work with the legacy tools?
Thanks for the input.
MDK 6 (Keil Studio) offers, at the CMSIS tab, the option to convert a uVision project; see attachment.
There is also a helpful video demonstration:
"Convert a µVision Project in Keil Studio"
https://developer.arm.com/Additional%20Resources/Video%20Tutorials/Keil%20Quick%20Tip%20Convert%20a%20uVision%20Project
The Legacy management (MDK Professional is required) to support Arm Compiler 5 is introduced at:
https://developer.arm.com/documentation/102516/1-3/User-based-licensing-overview/Backwards-compatibility
OK but will I be able to use the same arm compiler 5 with keil studio or will I need to upgrade to a newer compiler?