Simplified through visualization….. DISCLAIMER It is assumed that before going through this program reader have basic knowledge of 8085 instruction sets….. Exchange two blocks of 10 bytes stored from 2000H and 3000H How we will exchange without affecting the content….. ...
Category: Blog
Your blog category
Embed Threads Latest Articles
8051 TIMER PROGRAM

WAP to read the data from Port1, 10 times, each after a 1 sec delay. Store the data from RAM locations 20H onwards. When the operation is complete, ring an “Alarm” connected at Port3.1. Assume CLK = 12 MHz
Mastering Embedded C Programming Design Patterns

Course Description This course provides an introduction to design patterns in embedded C programming. Design patterns are proven solutions to common problems that arise during software design. In this course, you will learn about various design patterns that can be ...
Getting Started with Design Patterns in Embedded C Programming: Module 1

What Exactly Are Design Patterns? You know those tried-and-true tricks or techniques you use when coding to solve common problems? Those are what we call design patterns. They’re like the building blocks of good software design, giving developers a roadmap ...
AVR Programming: Learning to Write Software for Hardware

Book description: AVR Programming If you’re an Arduino enthusiast or a hobbyist looking to delve deeper into the world of microcontrollers, you’ve probably heard of Atmel’s AVR microcontrollers. These chips are the backbone of Arduino and are the preferred choice ...
Demystifying Bootloaders In Embedded Systems

In the intricate world of embedded systems, where efficiency and reliability are paramount, bootloaders stand as silent guardians, orchestrating the commencement of operations. Often overlooked yet indispensable, bootloaders play a pivotal role in initializing the hardware and software components of ...
Embedded Systems Architecture – Second Edition

Introduction: Embedded Systems Architecture – Second Edition In today’s world, where technology is everywhere, understanding how things like phones and smart devices work on the inside is really important. “Embedded Systems Architecture – Second Edition” is a book that helps ...
Top Embedded Interview Questions and Answers

I remember getting my first “Embedded Interview” after countless hours of CV editing, formatting and writing customized cover letters while applying to Job portals and startup websites. It was exciting all nevertheless the pressure to ace my interview got me wishing if ...
Exploring the Versatile Applications of FPGA-Based Neural Networks

Field-Programmable Gate Arrays (FPGAs) have emerged as powerful platforms for implementing neural networks, offering unique advantages in terms of flexibility, performance, and energy efficiency. This article delves into the diverse applications of FPGA-based neural networks across various domains, highlighting their ...
Working with Files and Directories: Part 3

Part 3: Working with Files and Directories Welcome back to our “Mastering Bash Scripting for Embedded Linux Development“ series! In this third part, we’ll explore essential techniques for working with files and directories in Bash scripting. From file manipulation to ...