Ajeet RainaforCollabnixcollabnix-1651815951568.hashnode.net·Jul 16, 2022Choosing the right Docker Image for your Apple M1 ProWhat happens when you try to pull the following MySQL Docker image on your Apple MacBook M1 Pro laptop? docker pull mysql:8.0.23 You might encounter the following error message: 8.0.23: Pulling from library/mysql no matching manifest for linux/arm64...Discuss·3 likes·93 readsGetting Started with DockerDocker
Devlin BentleyforMeandering Thoughtsmeanderingthoughts.hashnode.net·Dec 28, 2022How Microsoft Tested Compilers Circa 2006My first job out of college was working on the Windows Mobile Compiler Team (which had previously been the Windows CE compiler team). A warning, everything in this post is from memory, and old long-term cached memories at that, so some numbers may be...Discuss·1 like·2.2K readscompilers
JØEL K BÎJÛforjkb.hashnode.net·Feb 10, 2023Embedded Systems and ARM Architecture: An OverviewEmbedded systems are becoming increasingly important in today's world. They are used in various fields such as automotive, aerospace, industrial automation, medical equipment, and consumer electronics. Embedded systems are designed to perform a speci...Discuss·1 like·39 readsembedded systems
Hyunwoo Choiforhyunwoochoi.hashnode.net·Apr 22, 2023Stack Pointer in Cortex Mx processorreference Stack pointer in cortex Mx process will point to either SP_process or SP_main. What are SP_process and SP_main? SP_process = PSP(Process Stack Pointer) = Task's private stack SP_main = MSP(Main Stack Pointer) = Kernel stack RTOS schedul...DiscussRTOSARM
Akash DevforAkash Dev's Blogcoolcoderr.hashnode.net·Apr 13, 2023How ARM Architecture is Revolutionizing the Cloud Computing Industry👋 Greetings, dear viewers! Welcome back to my delightful blog series! 🎉 First and foremost, I want to extend my sincerest congratulations to you for completing the past four blogs. 💯 Your response has been fantastic, and I am truly grateful for al...DiscussInside the Machine: Exploring Computer Organization and ArchitectureARM
JØEL K BÎJÛforjkb.hashnode.net·Feb 10, 2023Embedded Systems and ARM Architecture: An OverviewEmbedded systems are becoming increasingly important in today's world. They are used in various fields such as automotive, aerospace, industrial automation, medical equipment, and consumer electronics. Embedded systems are designed to perform a speci...Discuss·1 like·39 readsembedded systems
Asogwa Emmanuelforasogwa001.hashnode.net·Feb 1, 20230x06 GPIO driver developmentUsually, library functions and APIs are provided by the vendors of MCUs for working with select onboard peripherals. This greatly lowers the learning curve, as coding it up from scratch is extremely tedious and time-consuming. Nevertheless, there is ...Discuss·1 like·26 readsEmbedded Driversembedded systems
Bill Van LeeuwenforBill Van Leeuwen's blogbillvanleeuwen424.hashnode.net·Jan 18, 2023Creating a Cross-compiling Toolchain For Beaglebone Black With Crosstool-NGThis semester, I am doing an independent study course on embedded Linux. This tutorial is the writeup for part 1 of my first assignment This blog is based on Bootlin's Embedded Linux Course as well as Frank Vasquez and Chris Simmonds Mastering Embedd...Discuss·94 readsembedded linux
Asogwa Emmanuelforasogwa001.hashnode.net·Dec 31, 20220x05 Mixing C and assemblysuch emptyDiscussEmbedded Driversembedded systems
Asogwa Emmanuelforasogwa001.hashnode.net·Dec 31, 20220x04 The art of assembly programming - 2such emptyDiscussEmbedded DriversAssembly
Asogwa Emmanuelforasogwa001.hashnode.net·Dec 31, 2022Assembly Programmingsuch emptyDiscussEmbedded DriversAssembly
Asogwa Emmanuelforasogwa001.hashnode.net·Dec 20, 20220x02 Adding Button SupportThis article is a follow-up to the previous one, where we blinked the onboard LEDs. Here, we add pushbutton support to the project. We will use the Board support package(BSP) APIs as in the previous section. Procedures Open the "Hello World!" projec...Discuss·27 readsEmbedded Driversembedded
Asogwa Emmanuelforasogwa001.hashnode.net·Dec 20, 20220x01-"Hello, World!" ProgramPrinting "Hello, World!" to the console is the most basic operation there is in programming as it can be written in just about any programming language and is relatively simple to understand. The purpose of "Hello, World!" is to demonstrate a program...Discuss·32 readsEmbedded Driversembedded systems