e latest version of RVDK (Real View Development Kit) supplied by Keil is μvision4, e evaluation
version of this is freely downloadable by looking up ‘Keil μ Vision 4’ or from the links
https://www.keil.com/demo/eval/c51.htm for 8051 and
https://www.keil.com/demo/eval/arm.htm for ARM
e evaluation version can be used for simulation, and the only limitation it has is that a memory
limitation of 2K for program code for 8051, and 32K for ARM.
e ‘Real View Development Kit (RVDK) of Keil’ is a tool chain consisting of assemblers, com-
pilers, debuggers, simulators etc for many chips of many families—it caters to the 8051 family, ARM
and many more families of chips. It can be used for C programming of embedded devices as well as
assembly language ...