Chaitanyachaitanyaallu.hashnode.dev·Oct 6, 2023Computer ArchitectureJohn Von Neumann Architecture He is considered one of the greatest mathematicians and computer scientists of the 1900s who came up with an innovative, simple, elegant architecture of what a computer is. It is often referred to as 'Stored Program Con...10 likes·38 readsOperating Systemscomputer architecture
Matt Neighbourbrainembedded.hashnode.dev·Dec 24, 2022Tips for working with interrupts in embedded systemsInterrupts are a common feature of embedded systems, allowing the processor to temporarily halt its current task and execute a specific routine in response to an external event. Interrupts can be triggered by a variety of sources, such as a timer, a ...30 readsinterrupt
Deniz Ariyandenizariyan.com·Jun 5, 2022Interrupt Based Timer for ATmega328PWhy use interrupt based timers? There is two main approaches when it comes to delaying something in embedded systems. In most basic terms, busy waiting is the act of giving a long and unnecessary work to the CPU, so you can block it from processing ...745 readsarduino