ニュース

What worked for me might work for other fellow embedded developers as well. In 2013 I started a free video course on YouTube entitled “Modern Embedded Systems Programming” [1] with the intent to ...
Structures (or “structs” in C) allow you to group several related variables and treat them as one unit. They are a mechanism for extending the type system of the C language by introducing user-defined ...
AdaCore recently launched a new Ada for the Embedded C Developer course that introduces you to the Ada language by comparing it to C. It assumes that you have good knowledge of the C language.