Keil assistive tool on VScode.
It provides syntax highlighting, code snippets for Keil projects, and supports compiling and downloading Keil projects.
Keil uVison 5 and above is supported only
Windows platform only
- Load the Keil C51/ARM project
- Automatically monitor keil project files for changes and keep project views up to date
- Compile, recompile, and burn Keil projects by calling the Keil command-line interface
- Install the C/C++ plug-in
- Go to the Keil-V plug-in Settings and set the absolute path of the Keil executable uv4.exe
- Create a project on Keil, add files, header path, etc
- Use Vscode to directly open the directory where keil project file (.uvproj) is located, and the keil project will be automatically loaded by the plug-in;
- Compile and burn:Three buttons are provided, one for compile, one for download, and one for recompile