Author name: Amlendra

I am an embedded c software engineer and a corporate trainer, currently, I am working as senior software engineer in a largest Software consulting company . I have working experience of different microcontrollers (stm32, LPC, PIC AVR and 8051), drivers (USB and virtual com-port), POS device (VeriFone) and payment gateway (global and first data).

STM32 Build Process Explained – A Practical Guide for Firmware Engineers

When you begin working with STM32 or any ARM Cortex-M microcontroller, one of the first low-level structures you encounter is the vector table, located at address 0x0000_0000 (remapped to 0x0800_0000 in Flash on STM32 devices). In most toolchains, such as IAR Embedded Workbench, Keil, or GCC, this table appears automatically, almost like magic. But in

STM32 Build Process Explained – A Practical Guide for Firmware Engineers Read More »

Resistor Color Code Calculator and Chart— 3 Band, 4 Band, 5 Band, or 6 Band Resistors

Resistors are one of the most common components in electronics. But reading the value printed on a resistor, especially those tiny color bands, can be confusing for beginners. That is why electronic designers use color code charts or online resistor calculators to decode resistor values quickly. In this article, you will learn: ✔ What resistor

Resistor Color Code Calculator and Chart— 3 Band, 4 Band, 5 Band, or 6 Band Resistors Read More »

Current Limiting Resistor

If you ask me what the most underrated but essential part of electronics is, I will not say microcontrollers, transistors, or op-amps. I will say the simple resistor. Especially the current limiting resistor, a tiny component that silently protects circuits that could cost thousands of dollars. In my experience, I have seen many complex systems

Current Limiting Resistor Read More »