Question
Including startup into library
Posted on May 27, 2013 at 16:45
Hello,
I need to create a library to my BSP so I would be able to use it anywhere.Creating the .a file isnt that hard with CooCox IDE, but the main problem is when I want to use the library in an application, the size of the code is always zero.Unless I use the startup file provided by CooCox in the application.My job is to include this startup file inside the library so it would be transparent to the user.Many thanks. #stm32f4-startup