Akash DevforAkash Dev's Blogcoolcoderr.hashnode.net·Apr 8, 2023Understanding Embedded Systems (Part-4)Till now, we have covered topics like computer organization and architecture, their differences, and some information about microprocessors in my previous blogs of this series 📚. If you haven't read those blogs, I would recommend you read them once ...Discuss·7 likes·36 readsInside the Machine: Exploring Computer Organization and Architectureembedded
Asogwa Emmanuelforasogwa001.hashnode.net·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...Discuss·2 likes·29 readsEmbedded Driversinput output
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
Md MoinuddinforNoobyconoobyco.hashnode.net·Apr 25, 2023🦄Microcontrollers support modern languagesPoints to be covered Lil History. Modern language support in microcontrollers. Will my development board support these languages? Let's blink Leds with a couple of these modern languages. What has changed in the microcontroller ecosystem? Befor...Discuss·33 readsraspberry-pi-pico
Akash DevforAkash Dev's Blogcoolcoderr.hashnode.net·Apr 8, 2023Understanding Embedded Systems (Part-4)Till now, we have covered topics like computer organization and architecture, their differences, and some information about microprocessors in my previous blogs of this series 📚. If you haven't read those blogs, I would recommend you read them once ...Discuss·7 likes·36 readsInside the Machine: Exploring Computer Organization and Architectureembedded
Holomorphic Guyforholomorphicguy.hashnode.net·Mar 7, 2023How to Control Arduino with MATLABHow can I control digital inputs on an Arduino using MATLAB? Here is a hello world~ of serial communication between MATLAB and Arduino. This communication will be utilized for switching the states of digital outputs in Arduino UNO. This is a pretty g...DiscussMatlab
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
Asogwa Emmanuelforasogwa001.hashnode.net·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...Discuss·2 likes·29 readsEmbedded Driversinput output
Asogwa Emmanuelforasogwa001.hashnode.net·Dec 31, 20220x04 The art of assembly programming - 2such emptyDiscussEmbedded DriversAssembly
Asogwa Emmanuelforasogwa001.hashnode.net·Dec 31, 20220x03 The art of assembly programming - 1such emptyDiscussEmbedded Driversembedded systems
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