CMake is the game changer?
googletest in Windows with Visual Studio Code and Cmake

Search for a command to run...
Articles tagged with #iar
googletest in Windows with Visual Studio Code and Cmake

In microcontrollers, there are typically two memory regions: Flash and RAM. Flash is a non-volatile memory which retains the data after power cycle. It is design to store unchanged data. RAM is volatile memory which lost the data after power cycle. T...

This article will cover how to generate the code based on the model from previous articles as well as how to integrate with the IAR project. For code generation, there are two different coder options in IAR Visual State version 11.2: Classic Coder an...

In General, the firmware executes certain tasks periodically. Blinking a LED is the "Hello World" in the firmware world. Even this simple functionality is doing something periodically. This pattern can be easy to represent by using a state machine. T...
