Is it possible to create HAL library (later linked with application)?
Hello,
We are using application with stm32, and all works well.
But we now want to divide it into: bsp HAL library and an application.
The issue is that we are not sure where the interrupt files should be inserted and the start assembly files.
Does anyone knows if it is possible to divide the big application like this , and where to put the interrupts and assemble files ?
Thanks,
ran