Hello,
I want to develop a target board specific peripheral driver
library for a Cortex-M3 controller which can be used by several
applications just referencing the BSP library in the project.
In a first step I was able to build a library, link it with a test
application and execute the functions of the library. So everything
works fine so far.
My test application consists only of a simple main function and
the standard startup code of the controller. In a second step I tri
↧