by admin | Dec 8, 2025 | Our Guides
Parasitic Effects in a LC Filter Ideal vs. Real Components and Measurement Validation 1 Introduction This report looks at how an LC filter behaves in real life, focusing on the effects of parasitic elements in components. Simulations and measurements are compared to...
by admin | Nov 5, 2025 | Our Guides
EE Validation TPS62160 DC/DC Buck Converter (Part II) 1 Introduction This post is a continuation of the series on EE validation. In this post, we’ll go through additional measurements and focus on conducted emission testing performed using the Tekbox setup with...
by admin | Oct 17, 2025 | Our Guides
EE Validation TPS62160 DC/DC Buck Converter (Part I) 1 Introduction Validating electronic devices is a key step in ensuring their reliability and compliance with technical requirements. It confirms that a device functions as intended and maintains stability, accuracy,...
by admin | Oct 27, 2022 | Modern C++
MODERN C++ IN EMBEDDED DEVELOPMENT: STRONG TYPES AND USER-DEFINED LITERALS I started using Modern C++ in embedded projects two years ago. Even though C is a defacto standard language in embedded development, I see more and more people switching to C++. Embedded...
by admin | Aug 9, 2022 | Our Guides
DDR Signals and FPGA What is DDR signal/bus In electronics, many synchronous buses use clock line and one and multiple data lines for reliable data transfer. The clock line is dictating the timing and period when the data lines should be sampled on the receiving end...
by admin | Jul 14, 2022 | Modern C++
MODERN C++ IN EMBEDDED DEVELOPMENT: using c libraries Language linkage C++ programs can use C code. The linkage between C++ and software modules written in other programming languages is called language linkage. extern string-literal {declaration} Standard guarantees...
Recent Comments