CODE OPTIMIZATION
Memory is a costly commodity in the world of embedded software development. Software programmers often need to optimize the code to reduce memory utilization or to increase the speed of…
0 Comments
October 7, 2018
Software engineering, patterns, software development priciples, and much more.
Memory is a costly commodity in the world of embedded software development. Software programmers often need to optimize the code to reduce memory utilization or to increase the speed of…
Introduction of Interrupts New Software programmers often get confused with the concept of interrupts. It is very simple to understand if we consider an analogy with our daily tasks. Assume…
Check this post, If you want to understand what is an interrupt. Interrupt handling in 8051 is very simple. To learn about interrupts in the 8051 microcontrollers; first of all,…