Part 00: Setting your environment
Just like with any microcontroller, you'll need to install a set of tools to work with this robust diesel truck equivalent. There are several options available, but most require a paid
Just like with any microcontroller, you'll need to install a set of tools to work with this robust diesel truck equivalent. There are several options available, but most require a paid
As any other microcontroller manufacturer, Infineon also provides the corresponding library with a certain set of functions to help you configure and control the internal AURIX peripherals, from the system clocks to all
Every microcontroller, regardless of its internal architecture or manufacturer, has General Purpose Input Output ports (GPIO). These peripherals are the easiest to use and represent the first contact of our program with stimuli
Measuring time is one of the basic needs within any program, and programs for microcontrollers are no exception. We can generate time intervals by counting instructions of the CPU itself, but this method,