Embedded System
alokm014

Nucleo Development Board 101

Many of us are familiar with the popular microcontrollers and development boards like: Arduino Raspberry Pi NoduMCU 8051 These are some of the most popular

Read More »
Embedded System
alokm014

C Coding Standards

What Are Coding Rules and Guidelines? Coding rules and guidelines ensure that software is: Safe: It can be used without causing harm. Secure: It can’t

Read More »
Embedded System
alokm014

Stack Memory – Embedded System

Stack and Heap have no physical presence. They are part of the RAM memory which is used to store the data.  This article is about What is Stack. Why, Where and

Read More »