8051 Embedded Software Development Tutorial using Keil uVision IDE
Rahul.Sreedharan
15 March 2025
In this short tutorial we will learn How to setup the Keil uvision IDE on a Windows 10 /11 System, Compile an Embedded C program and generate hex code for the 8051/8052 architecture.
Tags
8051 Development Board with ADC0804,7 Segment Display, Temperature Sensor
admin
22 October 2023
The 8051 architecture refers to the internal structure and organization of the 8051 microcontroller, which is a popular 8-bit microcontroller family developed by Intel in the early 1980s. While there are variations among different models of the 8051, they generally share the same fundamental architecture. Here are the key components of the 8051 architecture:
Tags
8051 Embedded Software Development Tutorial using SDCC (Small Device C compiler)
admin
19 October 2023

In this Tutorial ,we will learn how to configure, compile and generate hex file using Small Device C compiler (SDCC) for the 8051 architecture.