Not everyone is familiar with the jargon that experienced engineers and technicians use when they talk about Microcontrollers (MCUs) and memory. NAND and NOR flash memories are used both externally and integrated with MCUs onto System-on-Chips (SoCs) and memory usage trends are evolving around other changes in technology. Both NOR and NAND flash have a […]
FAQ
The improved inter-integrated circuit (I3C)
A new successor to the Inter-Integrated Circuit (I2C or I2C) bus communication interface is under development, hosted by the Sensor Working Group at the MIPI Alliance. The Improved Inter-Integrated Circuit, I3C, (pronounced “Eye-three-See”) is backward compatible with I2C but will be better suited for handling an abundance of sensors. The I3C specification was released in […]
Magnetic Reed switch: an amazing addition to your design toolbox
Reed switches are simple, passive, electromechanical components that were invented circa the 1940s. Reed switches aren’t mentioned much in electronic literature or forums that much, but they have some amazing capabilities. Reed switches are sometimes called magnetic switches. Reed switches open or close when exposed to a magnetic field. The reed switch consists of a […]
Driving high-wattage output with a solid-state relay
Microcontrollers are designed to handle only low voltage and current signals on their input and outputs. So how does one control and drive a high wattage load such as an electric heater using an MCU? One of the easiest and most efficient ways is to use a Solid-State Relay (SSR). An SSR allows you to […]
Microcontrollers vs. Microprocessors: What’s the difference?
Microcontrollers (MCUs) tend to be less expensive than, simpler to set-up, and simpler to operate than microprocessors (MPUs). An MCU can be viewed as a single-chip computer, whereas an MPU has surrounding chips that support various functions like memory, interfaces, and I/O. The MCU vs. MPU question may seem simple, but there are some prominent […]
Gold or Tin Contacts? Just don’t mate them together
You might know that gold is a noble metal, whose electron shells are completely filled and unlikely to be attracted to other elements. You might know that old contacts provoke less signal noise than other metals, but did you know that contacting tin with gold will corrode the gold over time? Mixing tin contacts with […]
How to accurately measure header/connector pitch
Sometimes when you’re working with a microcontroller unit evaluation board, you need to connect a ribbon cable to the board’s header. If the ribbon cable isn’t specified, how do you know what to order that will fit the header on the MCU board? The pitch of a connector refers to the distance between the pins […]
Fixed point vs Floating point
Various types of processors (DSPs, MCUs, etc.) have the ability to do math using floating point numbers, but what exactly does this mean? In general, floating point math offers a wider range of numbers and more precision than fixed point math. Knowing the difference, and when to use which type of math can make a […]
DEMUX, MUX, and Decoders: How To Expand I/O
The relentless march of technological progress has given engineers increasingly smaller and more energy efficient microcontrollers to use in their designs. These benefits do come with a cost, however. Physically smaller packages have less room for I/O pins meaning fewer peripheral components can interface with the microcontroller itself. Fewer peripherals means less functionality which tends […]
Memory technology from Floating Gates to FRAM
There are two basic types of memory: volatile and non-volatile. Volatile memory loses its content and becomes a blank slate whenever power is completely removed. However, volatile memory doesn’t need much power and can maintain its contents with a small battery. Non-volatile memory retains its contents even if power is completely removed. SRAM and DRAM […]