STM32 for Beginners | Creating and using Compiled Static Library in STM32CubeIDE

preview_player
Показать описание
Static Libraries are compiled, so that users can use it but cannot play with your code. These libraries are the standard way of distributing your STM32 code to others for use. This demonstration shows how to create such a library from C code and then instruct your clients how to use it in their projects.
Рекомендации по теме
Комментарии
Автор

thanks, i was missing the part where you add it to the G++ linker addtional objects

davidvileta