Hello,
Let me start by saying that I have solved the problem I will
describe below in what I consider a not so elegant way. I am curious
to know why previous attempt I have made failed so here I am.
I have 2 executables - A and B. I want to add B to A as a library
(hoping to reuse B later for similar processors...). B contains an
ISR that I prefer keeping in B. When I build B as a library and
resolve all the obvious issues after inserting into A (SysTick,
configuration etc.) I see
↧