

STM32CUBE IDE is the software tool we’ll be using. There are some different options for IDEs that can be used to develop firmware projects using the STM32 ARM-Based microcontrollers. In this short tutorial, I’ll list down the required software tools.


Select your target hardware (STM32F401RE in my case).File -> New -> C++ Project -> Static Library -> Embedded C++ Library.Git clone the latest CppUTest release ( ).
