How can I include my own static library in a different static library project I created?
I created a static library using STM32Cube IDE and included it in a non-library project. Both projects build with no errors or warnings, and the application that uses this library runs correctly. My next step was to create an additional static library project and include the original static library in it. I can find no way to do this in STM32Cube IDE. Can anyone point me to project properties for a static library that will allow me to use a different static library I created?
