Boot Library
I'm using an STM32H745 and have developed the Boot code, which works as expected when built as part of an application. However, having converted the Boot code to a static library and linked it into the same application the Boot startup section .isr_vector is not detected and hence not located at the appropriate location defined by the Application linker script.
Is there something I need to add, either to the Boot library or the Application so that the library section get located at the correct address?
Other than making the Boot source code a library, rather than part of the Application nothing else has changed.
