This article will discuss how to implement a shift register in Verilog. The register described can be synthesized and downloaded to an FPGA for test in actual hardware.
This article will discuss how to implement a shift register in Verilog. The register described can be synthesized and downloaded to an FPGA for test in actual hardware.
This article will examine the basic operation of Dynamic Random Access Memory (DRAM), along with how a DRAM chip is organized.
This article will examine the basic operation of Dynamic Random Access Memory (DRAM), along with how a DRAM chip is organized.
RPi has done some amazing good in the world, especially for aspiring young engineers, but here's the breakdown on why…
RPi has done some amazing good in the world, especially for aspiring young engineers, but here's the breakdown on why it's probably not what you need for a professional project.
Why should engineers care about hardware security? Because they can help prevent vulnerabilities through design!
Why should engineers care about hardware security? Because they can help prevent vulnerabilities through design!
Learn about ECC or elliptic-curve cryptography, including its applications and benefits.
Learn about ECC or elliptic-curve cryptography, including its applications and benefits.
Ready to design more secure devices but not sure where to start? Learn about Diffie-Hellman cryptography in this…
Ready to design more secure devices but not sure where to start? Learn about Diffie-Hellman cryptography in this technical article.
This article will introduce the Advanced Microcontroller Bus Architecture (AMBA), an open standard for SoC designs.
This article will introduce the Advanced Microcontroller Bus Architecture (AMBA), an open standard for SoC designs.
Learn about data objects called unions in embedded C language.
Learn about data objects called unions in embedded C language.
This article will discuss the details of interfacing a basic 16x2 LCD module with an FPGA.
This article will discuss the details of interfacing a basic 16x2 LCD module with an FPGA.
This article will discuss the details of interfacing a basic 16x2 LCD module with an FPGA.
This article will discuss the details of interfacing a basic 16x2 LCD module with an FPGA.
What software languages are used with programmable logic controllers?
What software languages are used with programmable logic controllers?
Where can EEs use Python in their day to day? Here's a look at the applications where Python excels.
Where can EEs use Python in their day to day? Here's a look at the applications where Python excels.
How do processors access memory? Learn more about structures in C language and how to use them.
How do processors access memory? Learn more about structures in C language and how to use them.
After introducing structures, we’ll take a look at some of the important applications of this powerful data object.…
After introducing structures, we’ll take a look at some of the important applications of this powerful data object. Then, we’ll examine the C language syntax to declare a structure. Finally, we’ll briefly introduce the data alignment requirement. We’ll see that we may be able to reduce the size of a structure by simply rearranging the order of its members.
Working with IMUs can maddening for a variety of reasons, but what scares people the most is usually the math.
Working with IMUs can maddening for a variety of reasons, but what scares people the most is usually the math.
This article looks at real-time embedded systems including classifications, constraints, and design patterns.
This article looks at real-time embedded systems including classifications, constraints, and design patterns.
Learn more about the Arm computer architecture, including ISA, execution states, and processor families.
Learn more about the Arm computer architecture, including ISA, execution states, and processor families.
This article continues a discussion of microcontroller features and characteristics that are particularly important when…
This article continues a discussion of microcontroller features and characteristics that are particularly important when you’re thinking in terms of DSP capabilities.
This article discusses the features that you should look for when you need an MCU to act as both a system controller and…
This article discusses the features that you should look for when you need an MCU to act as both a system controller and a digital signal processor.
This article provides some tips on making efficient use of the peripheral sections in your microcontroller’s datasheet…
This article provides some tips on making efficient use of the peripheral sections in your microcontroller’s datasheet (or reference manual, or user guide).