Rohit Gawanderohit253.hashnode.dev·Sep 17, 2024Understanding the Foundations of Programming: From Microprocessors to High-Level LanguagesFull Stack Java Development - Chapter 1: Fundamentals of Programming Introduction Programming is the art of giving instructions to a machine. From the most basic binary code to high-level languages, computers have come a long way. This chapter dives ...26 readsFull Stack Java Development#FullStackJavaDevelopment
Parth Chauhanparthdev.hashnode.dev·Aug 20, 2024🤖 Microprocessor vs. Processor: Understanding the DifferenceWhen diving into the world of computing, you might hear the terms microprocessor and processor used interchangeably. While they are closely related, they have distinct meanings and roles in modern technology. Let's break down these concepts to unders...microprocessors
Ishita Junejaishitajuneja.hashnode.dev·Sep 2, 2023What is the difference between a CPU and a Microprocessor?Did you know? All CPUs are microprocessors, but all microprocessors are not CPUs. There are many striking differences between CPUs and microprocessors! A CPU has the responsibility of working on several tasks. In contrast, the microprocessor is respo...microprocessors
Akash Devakashdevblog.hashnode.dev·Apr 4, 2023The Evolution of Computing: From Vacuum Tubes to Microprocessors (Part-2)In my previous blog of this series, we discussed the difference between Computer Organization and Computer Architecture🖥️ and I hope everything was clear to you. Today, in this blog post I'll be sharing a brief history⏳ of computers and how they cam...11 likes·120 readsInside the Machine: Exploring Computer Organization and Architecturehistory
Clement Nzubechukwudevread.hashnode.dev·Feb 11, 2023The Power of Microprocessors: Revolutionizing Technology for a Better TomorrowA microprocessor is a computer central processing unit (CPU) that is integrated on a single microchip. It is a small, low-power electronic device that can perform arithmetic and logic operations on data stored in its memory. The first microprocessor,...28 readsmicroprocessors
Asogwa Emmanuelasogwa001.hashnode.dev·Jan 23, 2023General Purpose I/O: OverviewGeneral Purpose Input/Output are typically pins found on a computer or microcontroller board that can interface with external devices. Software can configure these pins as inputs or outputs at runtime, allowing them to send or receive electrical sign...2 likes·48 readsEmbedded Driversinput output
Asogwa Emmanuelasogwa001.hashnode.dev·Dec 31, 2022Assembly Programmingsuch emptyEmbedded DriversAssembly
Asogwa Emmanuelasogwa001.hashnode.dev·Dec 15, 20220x00 See a program runningAfter setting up your work environment, the next step is testing to ensure everything is installed and wired up correctly. In this article, we load a series of example projects, compile and load them unto our MCU. For this purpose, we will be using t...59 readsEmbedded Driversembedded systems
Asogwa Emmanuelasogwa001.hashnode.dev·Dec 11, 2022Quick Walkthrough: STM32CubeIDESTM32CubeIDE includes several features that make it easy to develop and debug STM32 applications, including: A graphical user interface (GUI) for configuring the STM32 microcontroller and its peripherals Integrated development tools for writing, bu...37 readsEmbedded Driversembedded
Asogwa Emmanuelasogwa001.hashnode.dev·Dec 10, 2022Quick Walkthrough: Keil MDKKeil MDK includes the following key features: µVision Integrated Development Environment (IDE) ARM Compilation Tools, including C/C++ Compiler, Assembler, Linker, and utilities Debugger Simulator RTX Real-Time OS Kernel Reference startup code f...Embedded Driversembedded