Introduction to integrating C++ on bare metal STM32 | VIDEO 47

Опубликовано: 18 Октябрь 2024
на канале: Matej Blagšič
16,977
399

In this video I give a presentation on basics of C++ and how to integrate it into embedded project. I show you demonstration using CMake and STM32CubeIDE.

Timestamps:
0:00 Introduction and presentation
4:40 CMake
8:00 Makefile
8:42 Name mangling
11:40 Connecting C and C++
13:42 Demonstration with CMake
15:42 Demonstration with STM32CubeIDE
18:46 Recommendations and closing remarks

CMake configuration:
https://github.com/prtzl/stm32-cmake

Previous video on cmake:
   • STM32 project managed with CMake | VI...