top of page
MCU/SoC Embedded


Aurix: Generic timer module(GTM)
The Generic Timer Module (GTM) is one of the most powerful and complex peripherals found in automotive microcontrollers, such as the Infineon AURIX™ family. Originally designed by Bosch, it is the industry standard for handling complex timing, engine management, and motor control tasks. What is the use of the GTM? The primary use of the GTM is to offload the main CPU (TriCore) from real-time, time-critical, and highly complex input/output tasks. Instead of the main CPU waitin
Ashok Kumar Kumawat
May 126 min read


How to Master Memory Linking for STM32 Boards: Creating a Comprehensive Linker Script
When delving into the intricate world of STM32 board development, one aspect that often perplexes many developers is memory linking. Properly managing memory and creating an efficient linker script is crucial for optimizing the performance of your STM32 board or any board. In this blog post, we will explore the detailed process of creating a linker script for an STM32 board and unravel the mysteries of memory linking control. Unveiling the Magic of Memory Linking Memory linki
Ashok Kumar Kumawat
May 118 min read
bottom of page