Understanding Debugging in STM32 Development

Understanding Debugging in STM32 Development

When learning STM32 development, the step of DEBUG debugging is essential. This article will guide you through the knowledge related to debugging. Taking STM32F1 and Cortex-M3 as examples, the principles are similar for other series of chips or cores.01【Overview】 In STM32, there are many debugging components. Using them allows for various debugging functions, including breakpoints, … Read more

The Role and Usage of Oscilloscopes in Embedded Systems

The Role and Usage of Oscilloscopes in Embedded Systems

In our vehicle-mounted courses, we use oscilloscopes to check the current-related information of devices. Oscilloscopes are also used in embedded systems. So, what is the role of oscilloscopes in embedded systems? 01 The Role of Oscilloscopes in Embedded Systems In embedded system development, oscilloscopes play a crucial role: Signal Observation and Analysis Observe the waveforms … Read more

The Ultimate Tool for Debugging Hardware Bugs – New Logic Analyzer

The Ultimate Tool for Debugging Hardware Bugs - New Logic Analyzer

Background The most commonly used tool in the development of electronic products is the oscilloscope. However, with the advancement of microprocessors such as ARM, X86, MIPS architectures, GPUs, deep learning processors, and the rapid growth of smart hardware, various logical bugs in hardware are frequently encountered. When issues arise with various interfaces of SoC (System … Read more