Monday , October 6 2025

VN41 – Make a simple library

In this video, I will show you how to make a simple library while programming Stm32f4 with Keil and Stm32Cubemx. The video includes how to create .c/.h files, how to add them to a project, examples and information about main body of .c/.h files. Download the source code on the website, which contains 5 examples of how to use typedef enum, typedef struct, #define, extern, static, function definitions…

<<Source Code>> Download

Check Also

VN42 – LCD i2c example

This video contains an example of lcd i2c with stm32cubex and keil. LCD 16×2 has …