8051 Micro-controller

8051 architecture feature

8051 Architecture,You should know before programming

The 8051 architecture provides many functions like CPU(central processing unit),  RAM(random access memory), ROM (read-only memory), I/O (Input/Output), timer, interrupt logic. etc. Intel introduces 8051 microcontrollers in 1981. It is an 8-bit microcontroller. It is built with 40 pins DIP (dual inline package), 4kb of ROM storage (on-chip memory). We can also interface external memory […]

8051 Architecture,You should know before programming Read More »

Top 100 Embedded C Interview Questions & Answers (With Code Examples)

Are you looking for tricky Embedded C interview questions to ace your next job interview? If your answer “YES”, then You are in the right place! This guide covers the most commonly asked Embedded C questions, helping both freshers and experienced professionals prepare for technical interviews. The best part? These Embedded C interview questions and

Top 100 Embedded C Interview Questions & Answers (With Code Examples) Read More »

interfacing of eeprom using the i2c

interfacing EEPROM with 8051 microcontroller using I2C

In this article, we will explore how to interface an EEPROM with an 8051 microcontroller using the I2C protocol. In real-world applications, microcontrollers often come with a limited amount of internal memory. This limitation can become a significant bottleneck during project development, especially when persistent data storage is required. To overcome this, microcontrollers typically offer

interfacing EEPROM with 8051 microcontroller using I2C Read More »