Question
STM32Cubeide create a custom library and using the HAL library
Hi all,
i like to build my own costum library that i can reuse in multiple projects. But this library should use the HAL peripheral library like SPI or uart or stuff like that. So how to initialize the peripheral, should it be done in the lilbrary or must it be done in the application which uses the lib. An reference whould be nice.
Greetings